Html Css Color HEX #557DC0 Havelock Blue

📋 copy color: '#557DC0'

red 85 ◦ green 125 ◦ blue 192

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

Shades of Havelock Blue #557DC0

Tints of Havelock Blue #557DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.09%

 BLUE value IS 192 (75.39% from 255) = 47.76%

R = 21.14%
G = 31.09%
B = 47.76%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#557DC0 (or 0x557DC0) is known color: Havelock Blue. HEX triplet: 55, 7D and C0. RGB value is (85,125,192). Sum of RGB (Red+Green+Blue) = 85+125+192=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #557DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DC0 is #AA823F. Grayscale: #787878. Windows color (decimal): -11174464 or 12614997. OLE color: 12614997.

HSL color Cylindrical-coordinate representation of color #557DC0: hue angle of 217.57º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557DC0 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 125 192 -
CMYK 0.56 0.35 0 0.25
HSL 217.57º 0.46% 0.54% -
HSV(B) 217.57º 0.56% 0.75% -
XYZ 20.59 20.4 52.72 -
YUV 120.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 85 125 192 0.56 0.35 0 0.25 217.57 0.46 0.54
Hex 55 7D C0 38 23 0 19 DA 2E 36
Octal 125 175 300 70 43 0 31 332 56 66
Binary 1010101 1111101 11000000 111000 100011 0 11001 11011010 101110 110110

Color Harmonies of #557DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DC0

Black with #557DC0

Text Example


Text Example

White with #557DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,125,192); }

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

background-color css

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

 a { background-color: rgb(85,125,192); }

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

border-color css

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

 span { border-color: rgb(85,125,192); }

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