#5e9cce

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

Shades of Picton Blue #5E9CCE

Tints of Picton Blue #5E9CCE

Color information

#5E9CCE (or 0x5E9CCE) is unknown color: approx Picton Blue. HEX triplet: 5E, 9C and CE. RGB value is (94,156,206). Sum of RGB (Red+Green+Blue) = 94+156+206=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E9CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9CCE is #A16331. Grayscale: #8E8E8E. Windows color (decimal): -10576690 or 13540446. OLE color: 13540446.

HSL color Cylindrical-coordinate representation of color #5E9CCE: hue angle of 206.79º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E9CCE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB94156206-
CMYK0.540.2400.19
HSL206.79º53.33%58.82%-
HSV(B)206.79º54.37%80.78%-
XYZ27.6530.6162.84-
YUV143.16163.4692.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.61%
GREEN value IS 156 (61.33% from 255) = 34.21%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=20.61%
G=34.21%
B=45.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal941562060.540.2400.19206.7953.3358.82
Hex5E9CCE3618013cf353b
Octal13623431666300233176573
Binary101111010011100110011101101101100001001111001111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e9cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,156,206); }

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

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

 a { background-color: rgb(94,156,206); }

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

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

 span { border-color: rgb(94,156,206); }

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