Html Css Color HEX #577CCF Havelock Blue

📋 copy color: '#577CCF'

red 87 ◦ green 124 ◦ blue 207

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

Shades of Havelock Blue #577CCF

Tints of Havelock Blue #577CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.67%

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

R = 20.81%
G = 29.67%
B = 49.52%

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

#577CCF (or 0x577CCF) is known color: Havelock Blue. HEX triplet: 57, 7C and CF. RGB value is (87,124,207). Sum of RGB (Red+Green+Blue) = 87+124+207=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #577CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577CCF is #A88330. Grayscale: #7A7A7A. Windows color (decimal): -11043633 or 13597783. OLE color: 13597783.

HSL color Cylindrical-coordinate representation of color #577CCF: hue angle of 221.5º 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 #577CCF is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 124 207 -
CMYK 0.58 0.40 0 0.19
HSL 221.5º 0.56% 0.58% -
HSV(B) 221.5º 0.58% 0.81% -
XYZ 22.4 20.95 61.89 -
YUV 122.4 175.74 102.75 -
System Red Green Blue C M Y K H S L
Decimal 87 124 207 0.58 0.40 0 0.19 221.5 0.56 0.58
Hex 57 7C CF 3A 28 0 13 DE 38 3A
Octal 127 174 317 72 50 0 23 336 70 72
Binary 1010111 1111100 11001111 111010 101000 0 10011 11011110 111000 111010

Color Harmonies of #577CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577CCF

Black with #577CCF

Text Example


Text Example

White with #577CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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