Html Css Color HEX #5C83CD Havelock Blue

📋 copy color: '#5C83CD'

red 92 ◦ green 131 ◦ blue 205

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

Shades of Havelock Blue #5C83CD

Tints of Havelock Blue #5C83CD

RGB

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

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

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

R = 21.5%
G = 30.61%
B = 47.9%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C83CD (or 0x5C83CD) is known color: Havelock Blue. HEX triplet: 5C, 83 and CD. RGB value is (92,131,205). Sum of RGB (Red+Green+Blue) = 92+131+205=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C83CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C83CD is #A37C32. Grayscale: #7F7F7F. Windows color (decimal): -10714163 or 13468508. OLE color: 13468508.

HSL color Cylindrical-coordinate representation of color #5C83CD: hue angle of 219.29º degrees, saturation: 0.53, 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 #5C83CD is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 131 205 -
CMYK 0.55 0.36 0 0.20
HSL 219.29º 0.53% 0.58% -
HSV(B) 219.29º 0.55% 0.8% -
XYZ 23.55 22.92 60.94 -
YUV 127.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 92 131 205 0.55 0.36 0 0.20 219.29 0.53 0.58
Hex 5C 83 CD 37 24 0 14 DB 35 3A
Octal 134 203 315 67 44 0 24 333 65 72
Binary 1011100 10000011 11001101 110111 100100 0 10100 11011011 110101 111010

Color Harmonies of #5C83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C83CD

Black with #5C83CD

Text Example


Text Example

White with #5C83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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