Html Css Color HEX #5C83CE Havelock Blue

📋 copy color: '#5C83CE'

red 92 ◦ green 131 ◦ blue 206

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

Shades of Havelock Blue #5C83CE

Tints of Havelock Blue #5C83CE

RGB

 RED value IS 92 (36.33% from 255) = 21.45%

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

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

R = 21.45%
G = 30.54%
B = 48.02%

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

#5C83CE (or 0x5C83CE) is known color: Havelock Blue. HEX triplet: 5C, 83 and CE. RGB value is (92,131,206). Sum of RGB (Red+Green+Blue) = 92+131+206=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C83CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C83CE is #A37C31. Grayscale: #7F7F7F. Windows color (decimal): -10714162 or 13534044. OLE color: 13534044.

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

Color convert

RGB 92 131 206 -
CMYK 0.55 0.36 0 0.19
HSL 219.47º 0.54% 0.58% -
HSV(B) 219.47º 0.55% 0.81% -
XYZ 23.67 22.96 61.58 -
YUV 127.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 92 131 206 0.55 0.36 0 0.19 219.47 0.54 0.58
Hex 5C 83 CE 37 24 0 13 DB 36 3A
Octal 134 203 316 67 44 0 23 333 66 72
Binary 1011100 10000011 11001110 110111 100100 0 10011 11011011 110110 111010

Color Harmonies of #5C83CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C83CE

Black with #5C83CE

Text Example


Text Example

White with #5C83CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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