Html Css Color HEX #567F99 Air Force Blue

📋 copy color: '#567F99'

red 86 ◦ green 127 ◦ blue 153

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

Shades of Air Force Blue #567F99

Tints of Air Force Blue #567F99

RGB

 RED value IS 86 (33.98% from 255) = 23.5%

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

 BLUE value IS 153 (60.16% from 255) = 41.8%

R = 23.5%
G = 34.7%
B = 41.8%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#567F99 (or 0x567F99) is known color: Air Force Blue. HEX triplet: 56, 7F and 99. RGB value is (86,127,153). Sum of RGB (Red+Green+Blue) = 86+127+153=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #567F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F99 is #A98066. Grayscale: #757575. Windows color (decimal): -11108455 or 10059606. OLE color: 10059606.

HSL color Cylindrical-coordinate representation of color #567F99: hue angle of 203.28º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567F99 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 127 153 -
CMYK 0.44 0.17 0 0.4
HSL 203.28º 0.28% 0.47% -
HSV(B) 203.28º 0.44% 0.6% -
XYZ 17.18 19.46 32.99 -
YUV 117.71 147.92 105.39 -
System Red Green Blue C M Y K H S L
Decimal 86 127 153 0.44 0.17 0 0.4 203.28 0.28 0.47
Hex 56 7F 99 2C 11 0 28 CB 1C 2F
Octal 126 177 231 54 21 0 50 313 34 57
Binary 1010110 1111111 10011001 101100 10001 0 101000 11001011 11100 101111

Color Harmonies of #567F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567F99

Black with #567F99

Text Example


Text Example

White with #567F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567F99; }

 p { color: rgb(86,127,153); }

 H1.HeaderClassName
 {
   color: #567F99;
 }
 .AnyTagClassName
 {
   color: #567F99;
 }
</style>

background-color css

<style>
 a { background-color: #567F99; }

 a { background-color: rgb(86,127,153); }

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

border-color css

<style>
 span { border-color: #567F99; }

 span { border-color: rgb(86,127,153); }

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