Html Css Color HEX #577DCF Havelock Blue

📋 copy color: '#577DCF'

red 87 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #577DCF

Tints of Havelock Blue #577DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 20.76%
G = 29.83%
B = 49.4%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#577DCF (or 0x577DCF) is known color: Havelock Blue. HEX triplet: 57, 7D and CF. RGB value is (87,125,207). Sum of RGB (Red+Green+Blue) = 87+125+207=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #577DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577DCF is #A88230. Grayscale: #7A7A7A. Windows color (decimal): -11043377 or 13598039. OLE color: 13598039.

HSL color Cylindrical-coordinate representation of color #577DCF: hue angle of 221º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #577DCF is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 125 207 -
CMYK 0.58 0.40 0 0.19
HSL 221º 0.56% 0.58% -
HSV(B) 221º 0.58% 0.81% -
XYZ 22.53 21.2 61.94 -
YUV 122.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 87 125 207 0.58 0.40 0 0.19 221 0.56 0.58
Hex 57 7D CF 3A 28 0 13 DD 38 3A
Octal 127 175 317 72 50 0 23 335 70 72
Binary 1010111 1111101 11001111 111010 101000 0 10011 11011101 111000 111010

Color Harmonies of #577DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577DCF

Black with #577DCF

Text Example


Text Example

White with #577DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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