Html Css Color HEX #567DAB Air Force Blue

📋 copy color: '#567DAB'

red 86 ◦ green 125 ◦ blue 171

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

Shades of Air Force Blue #567DAB

Tints of Air Force Blue #567DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 22.51%
G = 32.72%
B = 44.76%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#567DAB (or 0x567DAB) is known color: Air Force Blue. HEX triplet: 56, 7D and AB. RGB value is (86,125,171). Sum of RGB (Red+Green+Blue) = 86+125+171=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #567DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567DAB is #A98254. Grayscale: #767676. Windows color (decimal): -11108949 or 11238742. OLE color: 11238742.

HSL color Cylindrical-coordinate representation of color #567DAB: hue angle of 212.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #567DAB is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 125 171 -
CMYK 0.50 0.27 0 0.33
HSL 212.47º 0.34% 0.5% -
HSV(B) 212.47º 0.5% 0.67% -
XYZ 18.52 19.59 41.33 -
YUV 118.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 86 125 171 0.50 0.27 0 0.33 212.47 0.34 0.5
Hex 56 7D AB 32 1B 0 21 D4 22 32
Octal 126 175 253 62 33 0 41 324 42 62
Binary 1010110 1111101 10101011 110010 11011 0 100001 11010100 100010 110010

Color Harmonies of #567DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567DAB

Black with #567DAB

Text Example


Text Example

White with #567DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,125,171); }

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

background-color css

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

 a { background-color: rgb(86,125,171); }

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

border-color css

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

 span { border-color: rgb(86,125,171); }

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