#5E7CCB

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

Shades of Havelock Blue #5E7CCB

Tints of Havelock Blue #5E7CCB

Color information

#5E7CCB (or 0x5E7CCB) is unknown color: approx Havelock Blue. HEX triplet: 5E, 7C and CB. RGB value is (94,124,203). Sum of RGB (Red+Green+Blue) = 94+124+203=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E7CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7CCB is #A18334. Grayscale: #7B7B7B. Windows color (decimal): -10584885 or 13335646. OLE color: 13335646.

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

Color convert

RGB94124203-
CMYK0.540.3900.20
HSL223.49º51.17%58.24%-
HSV(B)223.49º53.69%79.61%-
XYZ22.621.1159.38-
YUV124.04172.56106.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.33%
GREEN value IS 124 (48.83% from 255) = 29.45%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=22.33%
G=29.45%
B=48.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal941242030.540.3900.20223.4951.1758.24
Hex5E7CCB3627014df333a
Octal13617431366470243376372
Binary101111011111001100101111011010011101010011011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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