#5E9DCA

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

Shades of Picton Blue #5E9DCA

Tints of Picton Blue #5E9DCA

Color information

#5E9DCA (or 0x5E9DCA) is unknown color: approx Picton Blue. HEX triplet: 5E, 9D and CA. RGB value is (94,157,202). Sum of RGB (Red+Green+Blue) = 94+157+202=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E9DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9DCA is #A16235. Grayscale: #8F8F8F. Windows color (decimal): -10576438 or 13278558. OLE color: 13278558.

HSL color Cylindrical-coordinate representation of color #5E9DCA: hue angle of 205º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E9DCA is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94157202-
CMYK0.530.2200.21
HSL205º50.47%58.04%-
HSV(B)205º53.47%79.22%-
XYZ27.3330.7660.37-
YUV143.29161.1392.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.75%
GREEN value IS 157 (61.72% from 255) = 34.66%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=20.75%
G=34.66%
B=44.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941572020.530.2200.2120550.4758.04
Hex5E9DCA3516015cd323a
Octal13623531265260253156272
Binary101111010011101110010101101011011001010111001101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,157,202); }

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

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

 a { background-color: rgb(94,157,202); }

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

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

 span { border-color: rgb(94,157,202); }

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