Html Css Color HEX #557BC8 Havelock Blue

📋 copy color: '#557BC8'

red 85 ◦ green 123 ◦ blue 200

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

Shades of Havelock Blue #557BC8

Tints of Havelock Blue #557BC8

RGB

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

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

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

R = 20.83%
G = 30.15%
B = 49.02%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#557BC8 (or 0x557BC8) is known color: Havelock Blue. HEX triplet: 55, 7B and C8. RGB value is (85,123,200). Sum of RGB (Red+Green+Blue) = 85+123+200=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #557BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BC8 is #AA8437. Grayscale: #787878. Windows color (decimal): -11174968 or 13138773. OLE color: 13138773.

HSL color Cylindrical-coordinate representation of color #557BC8: hue angle of 220.17º 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 #557BC8 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 123 200 -
CMYK 0.58 0.38 0 0.22
HSL 220.17º 0.51% 0.56% -
HSV(B) 220.17º 0.58% 0.78% -
XYZ 21.25 20.27 57.44 -
YUV 120.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 85 123 200 0.58 0.38 0 0.22 220.17 0.51 0.56
Hex 55 7B C8 3A 26 0 16 DC 33 38
Octal 125 173 310 72 46 0 26 334 63 70
Binary 1010101 1111011 11001000 111010 100110 0 10110 11011100 110011 111000

Color Harmonies of #557BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BC8

Black with #557BC8

Text Example


Text Example

White with #557BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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