#5E9CCB

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

Shades of Picton Blue #5E9CCB

Tints of Picton Blue #5E9CCB

Color information

#5E9CCB (or 0x5E9CCB) is unknown color: approx Picton Blue. HEX triplet: 5E, 9C and CB. RGB value is (94,156,203). Sum of RGB (Red+Green+Blue) = 94+156+203=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 156 (61.33% from 255 or 34.44% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E9CCB is #A16334. Grayscale: #8E8E8E. Windows color (decimal): -10576693 or 13343838. OLE color: 13343838.

HSL color Cylindrical-coordinate representation of color #5E9CCB: hue angle of 205.87º 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 #5E9CCB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB94156203-
CMYK0.540.2300.20
HSL205.87º51.17%58.24%-
HSV(B)205.87º53.69%79.61%-
XYZ27.2830.4760.94-
YUV142.82161.9693.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.75%
GREEN value IS 156 (61.33% from 255) = 34.44%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=20.75%
G=34.44%
B=44.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941562030.540.2300.20205.8751.1758.24
Hex5E9CCB3617014ce333a
Octal13623431366270243166372
Binary101111010011100110010111101101011101010011001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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