#5495CB

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

Shades of Picton Blue #5495CB

Tints of Picton Blue #5495CB

Color information

#5495CB (or 0x5495CB) is unknown color: approx Picton Blue. HEX triplet: 54, 95 and CB. RGB value is (84,149,203). Sum of RGB (Red+Green+Blue) = 84+149+203=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #5495CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5495CB is #AB6A34. Grayscale: #878787. Windows color (decimal): -11233845 or 13342036. OLE color: 13342036.

HSL color Cylindrical-coordinate representation of color #5495CB: hue angle of 207.23º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5495CB is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB84149203-
CMYK0.590.2700.20
HSL207.23º53.36%56.27%-
HSV(B)207.23º58.62%79.61%-
XYZ25.1827.6960.52-
YUV135.72165.9791.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.27%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 203 (79.69% from 255) = 46.56%
R=19.27%
G=34.17%
B=46.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal841492030.590.2700.20207.2353.3656.27
Hex5495CB3B1B014cf3538
Octal12422531373330243176570
Binary101010010010101110010111110111101101010011001111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5495CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5495CB; }

 p { color: rgb(84,149,203); }

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

<style>
 a { background-color: #5495CB; }

 a { background-color: rgb(84,149,203); }

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

<style>
 span { border-color: #5495CB; }

 span { border-color: rgb(84,149,203); }

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