Html Css Color HEX #557EC8 Havelock Blue

📋 copy color: '#557EC8'

red 85 ◦ green 126 ◦ blue 200

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

Shades of Havelock Blue #557EC8

Tints of Havelock Blue #557EC8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.66%

 BLUE value IS 200 (78.52% from 255) = 48.66%

R = 20.68%
G = 30.66%
B = 48.66%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#557EC8 (or 0x557EC8) is known color: Havelock Blue. HEX triplet: 55, 7E and C8. RGB value is (85,126,200). Sum of RGB (Red+Green+Blue) = 85+126+200=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #557EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EC8 is #AA8137. Grayscale: #797979. Windows color (decimal): -11174200 or 13139541. OLE color: 13139541.

HSL color Cylindrical-coordinate representation of color #557EC8: hue angle of 218.61º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557EC8 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 126 200 -
CMYK 0.58 0.37 0 0.22
HSL 218.61º 0.51% 0.56% -
HSV(B) 218.61º 0.58% 0.78% -
XYZ 21.63 21.02 57.56 -
YUV 122.18 171.92 101.48 -
System Red Green Blue C M Y K H S L
Decimal 85 126 200 0.58 0.37 0 0.22 218.61 0.51 0.56
Hex 55 7E C8 3A 25 0 16 DB 33 38
Octal 125 176 310 72 45 0 26 333 63 70
Binary 1010101 1111110 11001000 111010 100101 0 10110 11011011 110011 111000

Color Harmonies of #557EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557EC8

Black with #557EC8

Text Example


Text Example

White with #557EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,126,200); }

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

background-color css

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

 a { background-color: rgb(85,126,200); }

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

border-color css

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

 span { border-color: rgb(85,126,200); }

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