Html Css Color HEX #5783CB Havelock Blue

📋 copy color: '#5783CB'

red 87 ◦ green 131 ◦ blue 203

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

Shades of Havelock Blue #5783CB

Tints of Havelock Blue #5783CB

RGB

 RED value IS 87 (34.38% from 255) = 20.67%

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

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

R = 20.67%
G = 31.12%
B = 48.22%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5783CB (or 0x5783CB) is known color: Havelock Blue. HEX triplet: 57, 83 and CB. RGB value is (87,131,203). Sum of RGB (Red+Green+Blue) = 87+131+203=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #5783CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783CB is #A87C34. Grayscale: #7D7D7D. Windows color (decimal): -11041845 or 13337431. OLE color: 13337431.

HSL color Cylindrical-coordinate representation of color #5783CB: hue angle of 217.24º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5783CB is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 131 203 -
CMYK 0.57 0.35 0 0.20
HSL 217.24º 0.53% 0.57% -
HSV(B) 217.24º 0.57% 0.8% -
XYZ 22.83 22.57 59.65 -
YUV 126.05 171.42 100.15 -
System Red Green Blue C M Y K H S L
Decimal 87 131 203 0.57 0.35 0 0.20 217.24 0.53 0.57
Hex 57 83 CB 39 23 0 14 D9 35 39
Octal 127 203 313 71 43 0 24 331 65 71
Binary 1010111 10000011 11001011 111001 100011 0 10100 11011001 110101 111001

Color Harmonies of #5783CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5783CB

Black with #5783CB

Text Example


Text Example

White with #5783CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5783CB; }

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

 H1.HeaderClassName
 {
   color: #5783CB;
 }
 .AnyTagClassName
 {
   color: #5783CB;
 }
</style>

background-color css

<style>
 a { background-color: #5783CB; }

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

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

border-color css

<style>
 span { border-color: #5783CB; }

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

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