Html Css Color HEX #5780C7 Havelock Blue

📋 copy color: '#5780C7'

red 87 ◦ green 128 ◦ blue 199

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

Shades of Havelock Blue #5780C7

Tints of Havelock Blue #5780C7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 199 (78.13% from 255) = 48.07%

R = 21.01%
G = 30.92%
B = 48.07%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5780C7 (or 0x5780C7) is known color: Havelock Blue. HEX triplet: 57, 80 and C7. RGB value is (87,128,199). Sum of RGB (Red+Green+Blue) = 87+128+199=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #5780C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5780C7 is #A87F38. Grayscale: #7B7B7B. Windows color (decimal): -11042617 or 13074519. OLE color: 13074519.

HSL color Cylindrical-coordinate representation of color #5780C7: hue angle of 218.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5780C7 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 128 199 -
CMYK 0.56 0.36 0 0.22
HSL 218.04º 0.5% 0.56% -
HSV(B) 218.04º 0.56% 0.78% -
XYZ 21.96 21.59 57.04 -
YUV 123.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 87 128 199 0.56 0.36 0 0.22 218.04 0.5 0.56
Hex 57 80 C7 38 24 0 16 DA 32 38
Octal 127 200 307 70 44 0 26 332 62 70
Binary 1010111 10000000 11000111 111000 100100 0 10110 11011010 110010 111000

Color Harmonies of #5780C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5780C7

Black with #5780C7

Text Example


Text Example

White with #5780C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5780C7; }

 p { color: rgb(87,128,199); }

 H1.HeaderClassName
 {
   color: #5780C7;
 }
 .AnyTagClassName
 {
   color: #5780C7;
 }
</style>

background-color css

<style>
 a { background-color: #5780C7; }

 a { background-color: rgb(87,128,199); }

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

border-color css

<style>
 span { border-color: #5780C7; }

 span { border-color: rgb(87,128,199); }

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