#5E97CA

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

Shades of Picton Blue #5E97CA

Tints of Picton Blue #5E97CA

Color information

#5E97CA (or 0x5E97CA) is unknown color: approx Picton Blue. HEX triplet: 5E, 97 and CA. RGB value is (94,151,202). Sum of RGB (Red+Green+Blue) = 94+151+202=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E97CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E97CA is #A16835. Grayscale: #8B8B8B. Windows color (decimal): -10577974 or 13277022. OLE color: 13277022.

HSL color Cylindrical-coordinate representation of color #5E97CA: hue angle of 208.33º 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 #5E97CA is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB94151202-
CMYK0.530.2500.21
HSL208.33º50.47%58.04%-
HSV(B)208.33º53.47%79.22%-
XYZ26.3428.7860.04-
YUV139.77163.1295.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.03%
GREEN value IS 151 (59.38% from 255) = 33.78%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=21.03%
G=33.78%
B=45.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal941512020.530.2500.21208.3350.4758.04
Hex5E97CA3519015d0323a
Octal13622731265310253206272
Binary101111010010111110010101101011100101010111010000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E97CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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