Html Css Color HEX #567BA5 Air Force Blue

📋 copy color: '#567BA5'

red 86 ◦ green 123 ◦ blue 165

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

Shades of Air Force Blue #567BA5

Tints of Air Force Blue #567BA5

RGB

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

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

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

R = 22.99%
G = 32.89%
B = 44.12%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#567BA5 (or 0x567BA5) is known color: Air Force Blue. HEX triplet: 56, 7B and A5. RGB value is (86,123,165). Sum of RGB (Red+Green+Blue) = 86+123+165=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 165 - color contains mainly: blue. Hex color #567BA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567BA5 is #A9845A. Grayscale: #747474. Windows color (decimal): -11109467 or 10845014. OLE color: 10845014.

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

Color convert

RGB 86 123 165 -
CMYK 0.48 0.25 0 0.35
HSL 211.9º 0.31% 0.49% -
HSV(B) 211.9º 0.48% 0.65% -
XYZ 17.71 18.86 38.3 -
YUV 116.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 86 123 165 0.48 0.25 0 0.35 211.9 0.31 0.49
Hex 56 7B A5 30 19 0 23 D4 1F 31
Octal 126 173 245 60 31 0 43 324 37 61
Binary 1010110 1111011 10100101 110000 11001 0 100011 11010100 11111 110001

Color Harmonies of #567BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567BA5

Black with #567BA5

Text Example


Text Example

White with #567BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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