Html Css Color HEX #577DC1 Havelock Blue

📋 copy color: '#577DC1'

red 87 ◦ green 125 ◦ blue 193

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

Shades of Havelock Blue #577DC1

Tints of Havelock Blue #577DC1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.86%

 BLUE value IS 193 (75.78% from 255) = 47.65%

R = 21.48%
G = 30.86%
B = 47.65%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#577DC1 (or 0x577DC1) is known color: Havelock Blue. HEX triplet: 57, 7D and C1. RGB value is (87,125,193). Sum of RGB (Red+Green+Blue) = 87+125+193=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #577DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DC1 is #A8823E. Grayscale: #797979. Windows color (decimal): -11043391 or 12680535. OLE color: 12680535.

HSL color Cylindrical-coordinate representation of color #577DC1: hue angle of 218.49º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #577DC1 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 125 193 -
CMYK 0.55 0.35 0 0.24
HSL 218.49º 0.46% 0.55% -
HSV(B) 218.49º 0.55% 0.76% -
XYZ 20.89 20.54 53.32 -
YUV 121.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 87 125 193 0.55 0.35 0 0.24 218.49 0.46 0.55
Hex 57 7D C1 37 23 0 18 DA 2E 37
Octal 127 175 301 67 43 0 30 332 56 67
Binary 1010111 1111101 11000001 110111 100011 0 11000 11011010 101110 110111

Color Harmonies of #577DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DC1

Black with #577DC1

Text Example


Text Example

White with #577DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,125,193); }

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

background-color css

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

 a { background-color: rgb(87,125,193); }

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

border-color css

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

 span { border-color: rgb(87,125,193); }

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