Html Css Color HEX #5783CD Havelock Blue

📋 copy color: '#5783CD'

red 87 ◦ green 131 ◦ blue 205

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

Shades of Havelock Blue #5783CD

Tints of Havelock Blue #5783CD

RGB

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

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

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

R = 20.57%
G = 30.97%
B = 48.46%

CMYK

 C value IS 0.58

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5783CD (or 0x5783CD) is known color: Havelock Blue. HEX triplet: 57, 83 and CD. RGB value is (87,131,205). Sum of RGB (Red+Green+Blue) = 87+131+205=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #5783CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5783CD is #A87C32. Grayscale: #7D7D7D. Windows color (decimal): -11041843 or 13468503. OLE color: 13468503.

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

Color convert

RGB 87 131 205 -
CMYK 0.58 0.36 0 0.20
HSL 217.63º 0.54% 0.57% -
HSV(B) 217.63º 0.58% 0.8% -
XYZ 23.07 22.67 60.92 -
YUV 126.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 87 131 205 0.58 0.36 0 0.20 217.63 0.54 0.57
Hex 57 83 CD 3A 24 0 14 DA 36 39
Octal 127 203 315 72 44 0 24 332 66 71
Binary 1010111 10000011 11001101 111010 100100 0 10100 11011010 110110 111001

Color Harmonies of #5783CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5783CD

Black with #5783CD

Text Example


Text Example

White with #5783CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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