#5EA5CB

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

Shades of Picton Blue #5EA5CB

Tints of Picton Blue #5EA5CB

Color information

#5EA5CB (or 0x5EA5CB) is unknown color: approx Picton Blue. HEX triplet: 5E, A5 and CB. RGB value is (94,165,203). Sum of RGB (Red+Green+Blue) = 94+165+203=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #5EA5CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EA5CB is #A15A34. Grayscale: #939393. Windows color (decimal): -10574389 or 13346142. OLE color: 13346142.

HSL color Cylindrical-coordinate representation of color #5EA5CB: hue angle of 200.92º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5EA5CB is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94165203-
CMYK0.540.1900.20
HSL200.92º51.17%58.24%-
HSV(B)200.92º53.69%79.61%-
XYZ28.8533.661.47-
YUV148.1158.9889.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.35%
GREEN value IS 165 (64.84% from 255) = 35.71%
BLUE value IS 203 (79.69% from 255) = 43.94%
R=20.35%
G=35.71%
B=43.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941652030.540.1900.20200.9251.1758.24
Hex5EA5CB3613014c9333a
Octal13624531366230243116372
Binary101111010100101110010111101101001101010011001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA5CB; }

 p { color: rgb(94,165,203); }

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

<style>
 a { background-color: #5EA5CB; }

 a { background-color: rgb(94,165,203); }

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

<style>
 span { border-color: #5EA5CB; }

 span { border-color: rgb(94,165,203); }

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