Html Css Color HEX #5783CA Havelock Blue

📋 copy color: '#5783CA'

red 87 ◦ green 131 ◦ blue 202

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

Shades of Havelock Blue #5783CA

Tints of Havelock Blue #5783CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 20.71%
G = 31.19%
B = 48.1%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5783CA (or 0x5783CA) is known color: Havelock Blue. HEX triplet: 57, 83 and CA. RGB value is (87,131,202). Sum of RGB (Red+Green+Blue) = 87+131+202=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #5783CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783CA is #A87C35. Grayscale: #7D7D7D. Windows color (decimal): -11041846 or 13271895. OLE color: 13271895.

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

Color convert

RGB 87 131 202 -
CMYK 0.57 0.35 0 0.21
HSL 217.04º 0.52% 0.57% -
HSV(B) 217.04º 0.57% 0.79% -
XYZ 22.71 22.52 59.03 -
YUV 125.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 87 131 202 0.57 0.35 0 0.21 217.04 0.52 0.57
Hex 57 83 CA 39 23 0 15 D9 34 39
Octal 127 203 312 71 43 0 25 331 64 71
Binary 1010111 10000011 11001010 111001 100011 0 10101 11011001 110100 111001

Color Harmonies of #5783CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5783CA

Black with #5783CA

Text Example


Text Example

White with #5783CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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