#558fdb

Color #558FDB Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #558FDB

Tints of Picton Blue #558FDB

Color information

#558FDB (or 0x558FDB) is unknown color: approx Picton Blue. HEX triplet: 55, 8F and DB. RGB value is (85,143,219). Sum of RGB (Red+Green+Blue) = 85+143+219=447 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.02% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #558FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FDB is #AA7024. Grayscale: #858585. Windows color (decimal): -11169829 or 14389077. OLE color: 14389077.

HSL color Cylindrical-coordinate representation of color #558FDB: hue angle of 214.03º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #558FDB is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB85143219-
CMYK0.610.3500.14
HSL214.03º65.05%59.61%-
HSV(B)214.03º61.19%85.88%-
XYZ26.3526.6970.78-
YUV134.32175.7892.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 19.02%
GREEN value IS 143 (56.25% from 255) = 31.99%
BLUE value IS 219 (85.94% from 255) = 48.99%
R=19.02%
G=31.99%
B=48.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal851432190.610.3500.14214.0365.0559.61
Hex558FDB3D230Ed6413c
Octal125217333754301632610174
Binary1010101100011111101101111110110001101110110101101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558fdb; }

 p { color: rgb(85,143,219); }

 H1.HeaderClassName
 {
   color: #558fdb;
 }
 .AnyTagClassName
 {
   color: #558fdb;
 }
</style>
background-color css

<style>
 a { background-color: #558fdb; }

 a { background-color: rgb(85,143,219); }

 div.DivClassName
 {
   background-color: #558fdb;
 }
 .BgClassName
 {
   background-color: #558fdb;
 }
</style>
border-color css

<style>
 span { border-color: #558fdb; }

 span { border-color: rgb(85,143,219); }

 td.TdClassName
 {
   border-color: #558fdb;
 }
 .TagClassName
 {
   border-color: #558fdb;
 }
</style>