Html Css Color HEX #557BC1 Havelock Blue

📋 copy color: '#557BC1'

red 85 ◦ green 123 ◦ blue 193

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

Shades of Havelock Blue #557BC1

Tints of Havelock Blue #557BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.13%

R = 21.2%
G = 30.67%
B = 48.13%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#557BC1 (or 0x557BC1) is known color: Havelock Blue. HEX triplet: 55, 7B and C1. RGB value is (85,123,193). Sum of RGB (Red+Green+Blue) = 85+123+193=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #557BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BC1 is #AA843E. Grayscale: #777777. Windows color (decimal): -11174975 or 12680021. OLE color: 12680021.

HSL color Cylindrical-coordinate representation of color #557BC1: hue angle of 218.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #557BC1 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 123 193 -
CMYK 0.56 0.36 0 0.24
HSL 218.89º 0.47% 0.55% -
HSV(B) 218.89º 0.56% 0.76% -
XYZ 20.45 19.95 53.22 -
YUV 119.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 85 123 193 0.56 0.36 0 0.24 218.89 0.47 0.55
Hex 55 7B C1 38 24 0 18 DB 2F 37
Octal 125 173 301 70 44 0 30 333 57 67
Binary 1010101 1111011 11000001 111000 100100 0 11000 11011011 101111 110111

Color Harmonies of #557BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557BC1

Black with #557BC1

Text Example


Text Example

White with #557BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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