Html Css Color HEX #557CC7 Havelock Blue

📋 copy color: '#557CC7'

red 85 ◦ green 124 ◦ blue 199

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

Shades of Havelock Blue #557CC7

Tints of Havelock Blue #557CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.77%

R = 20.83%
G = 30.39%
B = 48.77%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#557CC7 (or 0x557CC7) is known color: Havelock Blue. HEX triplet: 55, 7C and C7. RGB value is (85,124,199). Sum of RGB (Red+Green+Blue) = 85+124+199=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #557CC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CC7 is #AA8338. Grayscale: #787878. Windows color (decimal): -11174713 or 13073493. OLE color: 13073493.

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

Color convert

RGB 85 124 199 -
CMYK 0.57 0.38 0 0.22
HSL 219.47º 0.5% 0.56% -
HSV(B) 219.47º 0.57% 0.78% -
XYZ 21.26 20.47 56.86 -
YUV 120.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 85 124 199 0.57 0.38 0 0.22 219.47 0.5 0.56
Hex 55 7C C7 39 26 0 16 DB 32 38
Octal 125 174 307 71 46 0 26 333 62 70
Binary 1010101 1111100 11000111 111001 100110 0 10110 11011011 110010 111000

Color Harmonies of #557CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557CC7

Black with #557CC7

Text Example


Text Example

White with #557CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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