Html Css Color HEX #557DA6 Air Force Blue

📋 copy color: '#557DA6'

red 85 ◦ green 125 ◦ blue 166

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

Shades of Air Force Blue #557DA6

Tints of Air Force Blue #557DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.15%

R = 22.61%
G = 33.24%
B = 44.15%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#557DA6 (or 0x557DA6) is known color: Air Force Blue. HEX triplet: 55, 7D and A6. RGB value is (85,125,166). Sum of RGB (Red+Green+Blue) = 85+125+166=376 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.61% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #557DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557DA6 is #AA8259. Grayscale: #757575. Windows color (decimal): -11174490 or 10911061. OLE color: 10911061.

HSL color Cylindrical-coordinate representation of color #557DA6: hue angle of 210.37º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #557DA6 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 125 166 -
CMYK 0.49 0.25 0 0.35
HSL 210.37º 0.32% 0.49% -
HSV(B) 210.37º 0.49% 0.65% -
XYZ 17.96 19.35 38.86 -
YUV 117.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 85 125 166 0.49 0.25 0 0.35 210.37 0.32 0.49
Hex 55 7D A6 31 19 0 23 D2 20 31
Octal 125 175 246 61 31 0 43 322 40 61
Binary 1010101 1111101 10100110 110001 11001 0 100011 11010010 100000 110001

Color Harmonies of #557DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557DA6

Black with #557DA6

Text Example


Text Example

White with #557DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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