Html Css Color HEX #5C83CC Havelock Blue

📋 copy color: '#5C83CC'

red 92 ◦ green 131 ◦ blue 204

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

Shades of Havelock Blue #5C83CC

Tints of Havelock Blue #5C83CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 21.55%
G = 30.68%
B = 47.78%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C83CC (or 0x5C83CC) is known color: Havelock Blue. HEX triplet: 5C, 83 and CC. RGB value is (92,131,204). Sum of RGB (Red+Green+Blue) = 92+131+204=427 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.55% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C83CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C83CC is #A37C33. Grayscale: #7F7F7F. Windows color (decimal): -10714164 or 13402972. OLE color: 13402972.

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

Color convert

RGB 92 131 204 -
CMYK 0.55 0.36 0 0.2
HSL 219.11º 0.52% 0.58% -
HSV(B) 219.11º 0.55% 0.8% -
XYZ 23.43 22.87 60.31 -
YUV 127.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 92 131 204 0.55 0.36 0 0.2 219.11 0.52 0.58
Hex 5C 83 CC 37 24 0 14 DB 34 3A
Octal 134 203 314 67 44 0 24 333 64 72
Binary 1011100 10000011 11001100 110111 100100 0 10100 11011011 110100 111010

Color Harmonies of #5C83CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C83CC

Black with #5C83CC

Text Example


Text Example

White with #5C83CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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