Html Css Color HEX #557FDA Havelock Blue

📋 copy color: '#557FDA'

red 85 ◦ green 127 ◦ blue 218

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

Shades of Havelock Blue #557FDA

Tints of Havelock Blue #557FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 29.53%

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 19.77%
G = 29.53%
B = 50.7%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#557FDA (or 0x557FDA) is known color: Havelock Blue. HEX triplet: 55, 7F and DA. RGB value is (85,127,218). Sum of RGB (Red+Green+Blue) = 85+127+218=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #557FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557FDA is #AA8025. Grayscale: #7C7C7C. Windows color (decimal): -11173926 or 14319445. OLE color: 14319445.

HSL color Cylindrical-coordinate representation of color #557FDA: hue angle of 221.05º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557FDA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 127 218 -
CMYK 0.61 0.42 0 0.15
HSL 221.05º 0.64% 0.59% -
HSV(B) 221.05º 0.61% 0.85% -
XYZ 23.99 22.17 69.34 -
YUV 124.82 180.59 99.6 -
System Red Green Blue C M Y K H S L
Decimal 85 127 218 0.61 0.42 0 0.15 221.05 0.64 0.59
Hex 55 7F DA 3D 2A 0 F DD 40 3B
Octal 125 177 332 75 52 0 17 335 100 73
Binary 1010101 1111111 11011010 111101 101010 0 1111 11011101 1000000 111011

Color Harmonies of #557FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557FDA

Black with #557FDA

Text Example


Text Example

White with #557FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,127,218); }

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

background-color css

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

 a { background-color: rgb(85,127,218); }

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

border-color css

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

 span { border-color: rgb(85,127,218); }

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