Html Css Color HEX #577BD7 Havelock Blue

📋 copy color: '#577BD7'

red 87 ◦ green 123 ◦ blue 215

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

Shades of Havelock Blue #577BD7

Tints of Havelock Blue #577BD7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

 BLUE value IS 215 (84.38% from 255) = 50.59%

R = 20.47%
G = 28.94%
B = 50.59%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#577BD7 (or 0x577BD7) is known color: Havelock Blue. HEX triplet: 57, 7B and D7. RGB value is (87,123,215). Sum of RGB (Red+Green+Blue) = 87+123+215=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #577BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BD7 is #A88428. Grayscale: #7A7A7A. Windows color (decimal): -11043881 or 14121815. OLE color: 14121815.

HSL color Cylindrical-coordinate representation of color #577BD7: hue angle of 223.12º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577BD7 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 123 215 -
CMYK 0.60 0.43 0 0.16
HSL 223.13º 0.62% 0.59% -
HSV(B) 223.13º 0.6% 0.84% -
XYZ 23.28 21.1 67.14 -
YUV 122.72 180.07 102.52 -
System Red Green Blue C M Y K H S L
Decimal 87 123 215 0.60 0.43 0 0.16 223.13 0.62 0.59
Hex 57 7B D7 3C 2B 0 10 DF 3E 3B
Octal 127 173 327 74 53 0 20 337 76 73
Binary 1010111 1111011 11010111 111100 101011 0 10000 11011111 111110 111011

Color Harmonies of #577BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577BD7

Black with #577BD7

Text Example


Text Example

White with #577BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577BD7; }

 p { color: rgb(87,123,215); }

 H1.HeaderClassName
 {
   color: #577BD7;
 }
 .AnyTagClassName
 {
   color: #577BD7;
 }
</style>

background-color css

<style>
 a { background-color: #577BD7; }

 a { background-color: rgb(87,123,215); }

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

border-color css

<style>
 span { border-color: #577BD7; }

 span { border-color: rgb(87,123,215); }

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