Html Css Color HEX #5D83CB Havelock Blue

📋 copy color: '#5D83CB'

red 93 ◦ green 131 ◦ blue 203

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

Shades of Havelock Blue #5D83CB

Tints of Havelock Blue #5D83CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 21.78%
G = 30.68%
B = 47.54%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D83CB (or 0x5D83CB) is known color: Havelock Blue. HEX triplet: 5D, 83 and CB. RGB value is (93,131,203). Sum of RGB (Red+Green+Blue) = 93+131+203=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D83CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D83CB is #A27C34. Grayscale: #7F7F7F. Windows color (decimal): -10648629 or 13337437. OLE color: 13337437.

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

Color convert

RGB 93 131 203 -
CMYK 0.54 0.35 0 0.20
HSL 219.27º 0.51% 0.58% -
HSV(B) 219.27º 0.54% 0.8% -
XYZ 23.41 22.87 59.68 -
YUV 127.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 93 131 203 0.54 0.35 0 0.20 219.27 0.51 0.58
Hex 5D 83 CB 36 23 0 14 DB 33 3A
Octal 135 203 313 66 43 0 24 333 63 72
Binary 1011101 10000011 11001011 110110 100011 0 10100 11011011 110011 111010

Color Harmonies of #5D83CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D83CB

Black with #5D83CB

Text Example


Text Example

White with #5D83CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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