Html Css Color HEX #557CD5 Havelock Blue

📋 copy color: '#557CD5'

red 85 ◦ green 124 ◦ blue 213

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

Shades of Havelock Blue #557CD5

Tints of Havelock Blue #557CD5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

 BLUE value IS 213 (83.59% from 255) = 50.47%

R = 20.14%
G = 29.38%
B = 50.47%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#557CD5 (or 0x557CD5) is known color: Havelock Blue. HEX triplet: 55, 7C and D5. RGB value is (85,124,213). Sum of RGB (Red+Green+Blue) = 85+124+213=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #557CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CD5 is #AA832A. Grayscale: #7A7A7A. Windows color (decimal): -11174699 or 13990997. OLE color: 13990997.

HSL color Cylindrical-coordinate representation of color #557CD5: hue angle of 221.72º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #557CD5 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 124 213 -
CMYK 0.60 0.42 0 0.16
HSL 221.72º 0.6% 0.58% -
HSV(B) 221.72º 0.6% 0.84% -
XYZ 22.96 21.15 65.82 -
YUV 122.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 85 124 213 0.60 0.42 0 0.16 221.72 0.6 0.58
Hex 55 7C D5 3C 2A 0 10 DE 3C 3A
Octal 125 174 325 74 52 0 20 336 74 72
Binary 1010101 1111100 11010101 111100 101010 0 10000 11011110 111100 111010

Color Harmonies of #557CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CD5

Black with #557CD5

Text Example


Text Example

White with #557CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,124,213); }

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

background-color css

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

 a { background-color: rgb(85,124,213); }

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

border-color css

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

 span { border-color: rgb(85,124,213); }

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