Html Css Color HEX #5D83CE Havelock Blue

📋 copy color: '#5D83CE'

red 93 ◦ green 131 ◦ blue 206

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

Shades of Havelock Blue #5D83CE

Tints of Havelock Blue #5D83CE

RGB

 RED value IS 93 (36.72% from 255) = 21.63%

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 21.63%
G = 30.47%
B = 47.91%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D83CE (or 0x5D83CE) is known color: Havelock Blue. HEX triplet: 5D, 83 and CE. RGB value is (93,131,206). Sum of RGB (Red+Green+Blue) = 93+131+206=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D83CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D83CE is #A27C31. Grayscale: #7F7F7F. Windows color (decimal): -10648626 or 13534045. OLE color: 13534045.

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

Color convert

RGB 93 131 206 -
CMYK 0.55 0.36 0 0.19
HSL 219.82º 0.54% 0.59% -
HSV(B) 219.82º 0.55% 0.81% -
XYZ 23.77 23.02 61.58 -
YUV 128.19 171.91 102.9 -
System Red Green Blue C M Y K H S L
Decimal 93 131 206 0.55 0.36 0 0.19 219.82 0.54 0.59
Hex 5D 83 CE 37 24 0 13 DC 36 3B
Octal 135 203 316 67 44 0 23 334 66 73
Binary 1011101 10000011 11001110 110111 100100 0 10011 11011100 110110 111011

Color Harmonies of #5D83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D83CE

Black with #5D83CE

Text Example


Text Example

White with #5D83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,131,206); }

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

background-color css

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

 a { background-color: rgb(93,131,206); }

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

border-color css

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

 span { border-color: rgb(93,131,206); }

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