Html Css Color HEX #5E83CD Havelock Blue

📋 copy color: '#5E83CD'

red 94 ◦ green 131 ◦ blue 205

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

Shades of Havelock Blue #5E83CD

Tints of Havelock Blue #5E83CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 21.86%
G = 30.47%
B = 47.67%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E83CD (or 0x5E83CD) is known color: Havelock Blue. HEX triplet: 5E, 83 and CD. RGB value is (94,131,205). Sum of RGB (Red+Green+Blue) = 94+131+205=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E83CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E83CD is #A17C32. Grayscale: #808080. Windows color (decimal): -10583091 or 13468510. OLE color: 13468510.

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

Color convert

RGB 94 131 205 -
CMYK 0.54 0.36 0 0.20
HSL 220º 0.53% 0.59% -
HSV(B) 220º 0.54% 0.8% -
XYZ 23.75 23.02 60.95 -
YUV 128.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 94 131 205 0.54 0.36 0 0.20 220 0.53 0.59
Hex 5E 83 CD 36 24 0 14 DC 35 3B
Octal 136 203 315 66 44 0 24 334 65 73
Binary 1011110 10000011 11001101 110110 100100 0 10100 11011100 110101 111011

Color Harmonies of #5E83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E83CD

Black with #5E83CD

Text Example


Text Example

White with #5E83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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