Html Css Color HEX #5E83BC Havelock Blue

📋 copy color: '#5E83BC'

red 94 ◦ green 131 ◦ blue 188

#5E83BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5E83BC

Tints of Havelock Blue #5E83BC

RGB

 RED value IS 94 (37.11% from 255) = 22.76%

 GREEN value IS 131 (51.56% from 255) = 31.72%

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 22.76%
G = 31.72%
B = 45.52%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E83BC (or 0x5E83BC) is known color: Havelock Blue. HEX triplet: 5E, 83 and BC. RGB value is (94,131,188). Sum of RGB (Red+Green+Blue) = 94+131+188=413 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.76% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E83BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E83BC is #A17C43. Grayscale: #7E7E7E. Windows color (decimal): -10583108 or 12354398. OLE color: 12354398.

HSL color Cylindrical-coordinate representation of color #5E83BC: hue angle of 216.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E83BC is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 131 188 -
CMYK 0.50 0.30 0 0.26
HSL 216.38º 0.41% 0.55% -
HSV(B) 216.38º 0.5% 0.74% -
XYZ 21.81 22.24 50.72 -
YUV 126.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 94 131 188 0.50 0.30 0 0.26 216.38 0.41 0.55
Hex 5E 83 BC 32 1E 0 1A D8 29 37
Octal 136 203 274 62 36 0 32 330 51 67
Binary 1011110 10000011 10111100 110010 11110 0 11010 11011000 101001 110111

Color Harmonies of #5E83BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E83BC

Black with #5E83BC

Text Example


Text Example

White with #5E83BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,131,188); }

 H1.HeaderClassName
 {
   color: #5E83BC;
 }
 .AnyTagClassName
 {
   color: #5E83BC;
 }
</style>

background-color css

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

 a { background-color: rgb(94,131,188); }

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

border-color css

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

 span { border-color: rgb(94,131,188); }

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