Html Css Color HEX #577BBA Havelock Blue

📋 copy color: '#577BBA'

red 87 ◦ green 123 ◦ blue 186

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

Shades of Havelock Blue #577BBA

Tints of Havelock Blue #577BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 21.97%
G = 31.06%
B = 46.97%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#577BBA (or 0x577BBA) is known color: Havelock Blue. HEX triplet: 57, 7B and BA. RGB value is (87,123,186). Sum of RGB (Red+Green+Blue) = 87+123+186=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #577BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BBA is #A88445. Grayscale: #777777. Windows color (decimal): -11043910 or 12221271. OLE color: 12221271.

HSL color Cylindrical-coordinate representation of color #577BBA: hue angle of 218.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #577BBA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 123 186 -
CMYK 0.53 0.34 0 0.27
HSL 218.18º 0.42% 0.54% -
HSV(B) 218.18º 0.53% 0.73% -
XYZ 19.88 19.74 49.22 -
YUV 119.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 87 123 186 0.53 0.34 0 0.27 218.18 0.42 0.54
Hex 57 7B BA 35 22 0 1B DA 2A 36
Octal 127 173 272 65 42 0 33 332 52 66
Binary 1010111 1111011 10111010 110101 100010 0 11011 11011010 101010 110110

Color Harmonies of #577BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577BBA

Black with #577BBA

Text Example


Text Example

White with #577BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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