Html Css Color HEX #577BA5 Air Force Blue

📋 copy color: '#577BA5'

red 87 ◦ green 123 ◦ blue 165

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

Shades of Air Force Blue #577BA5

Tints of Air Force Blue #577BA5

RGB

 RED value IS 87 (34.38% from 255) = 23.2%

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

 BLUE value IS 165 (64.84% from 255) = 44%

R = 23.2%
G = 32.8%
B = 44%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#577BA5 (or 0x577BA5) is known color: Air Force Blue. HEX triplet: 57, 7B and A5. RGB value is (87,123,165). Sum of RGB (Red+Green+Blue) = 87+123+165=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 165 - color contains mainly: blue. Hex color #577BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577BA5 is #A8845A. Grayscale: #747474. Windows color (decimal): -11043931 or 10845015. OLE color: 10845015.

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

Color convert

RGB 87 123 165 -
CMYK 0.47 0.25 0 0.35
HSL 212.31º 0.31% 0.49% -
HSV(B) 212.31º 0.47% 0.65% -
XYZ 17.8 18.91 38.31 -
YUV 117.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 87 123 165 0.47 0.25 0 0.35 212.31 0.31 0.49
Hex 57 7B A5 2F 19 0 23 D4 1F 31
Octal 127 173 245 57 31 0 43 324 37 61
Binary 1010111 1111011 10100101 101111 11001 0 100011 11010100 11111 110001

Color Harmonies of #577BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577BA5

Black with #577BA5

Text Example


Text Example

White with #577BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577BA5; }

 p { color: rgb(87,123,165); }

 H1.HeaderClassName
 {
   color: #577BA5;
 }
 .AnyTagClassName
 {
   color: #577BA5;
 }
</style>

background-color css

<style>
 a { background-color: #577BA5; }

 a { background-color: rgb(87,123,165); }

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

border-color css

<style>
 span { border-color: #577BA5; }

 span { border-color: rgb(87,123,165); }

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