Html Css Color HEX #557ACE Havelock Blue

📋 copy color: '#557ACE'

red 85 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #557ACE

Tints of Havelock Blue #557ACE

RGB

 RED value IS 85 (33.59% from 255) = 20.58%

 GREEN value IS 122 (48.05% from 255) = 29.54%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 20.58%
G = 29.54%
B = 49.88%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#557ACE (or 0x557ACE) is known color: Havelock Blue. HEX triplet: 55, 7A and CE. RGB value is (85,122,206). Sum of RGB (Red+Green+Blue) = 85+122+206=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #557ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ACE is #AA8531. Grayscale: #787878. Windows color (decimal): -11175218 or 13531733. OLE color: 13531733.

HSL color Cylindrical-coordinate representation of color #557ACE: hue angle of 221.65º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #557ACE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 122 206 -
CMYK 0.59 0.41 0 0.19
HSL 221.65º 0.55% 0.57% -
HSV(B) 221.65º 0.59% 0.81% -
XYZ 21.85 20.31 61.16 -
YUV 120.51 176.24 102.67 -
System Red Green Blue C M Y K H S L
Decimal 85 122 206 0.59 0.41 0 0.19 221.65 0.55 0.57
Hex 55 7A CE 3B 29 0 13 DE 37 39
Octal 125 172 316 73 51 0 23 336 67 71
Binary 1010101 1111010 11001110 111011 101001 0 10011 11011110 110111 111001

Color Harmonies of #557ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557ACE

Black with #557ACE

Text Example


Text Example

White with #557ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557ACE; }

 p { color: rgb(85,122,206); }

 H1.HeaderClassName
 {
   color: #557ACE;
 }
 .AnyTagClassName
 {
   color: #557ACE;
 }
</style>

background-color css

<style>
 a { background-color: #557ACE; }

 a { background-color: rgb(85,122,206); }

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

border-color css

<style>
 span { border-color: #557ACE; }

 span { border-color: rgb(85,122,206); }

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