Html Css Color HEX #568BA1 Air Force Blue

📋 copy color: '#568BA1'

red 86 ◦ green 139 ◦ blue 161

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

Shades of Air Force Blue #568BA1

Tints of Air Force Blue #568BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.01%

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 22.28%
G = 36.01%
B = 41.71%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#568BA1 (or 0x568BA1) is known color: Air Force Blue. HEX triplet: 56, 8B and A1. RGB value is (86,139,161). Sum of RGB (Red+Green+Blue) = 86+139+161=386 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.28% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #568BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568BA1 is #A9745E. Grayscale: #7D7D7D. Windows color (decimal): -11105375 or 10586966. OLE color: 10586966.

HSL color Cylindrical-coordinate representation of color #568BA1: hue angle of 197.6º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #568BA1 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 139 161 -
CMYK 0.47 0.14 0 0.37
HSL 197.6º 0.3% 0.48% -
HSV(B) 197.6º 0.47% 0.63% -
XYZ 19.5 23.02 37.13 -
YUV 125.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 86 139 161 0.47 0.14 0 0.37 197.6 0.3 0.48
Hex 56 8B A1 2F E 0 25 C6 1E 30
Octal 126 213 241 57 16 0 45 306 36 60
Binary 1010110 10001011 10100001 101111 1110 0 100101 11000110 11110 110000

Color Harmonies of #568BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568BA1

Black with #568BA1

Text Example


Text Example

White with #568BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568BA1; }

 p { color: rgb(86,139,161); }

 H1.HeaderClassName
 {
   color: #568BA1;
 }
 .AnyTagClassName
 {
   color: #568BA1;
 }
</style>

background-color css

<style>
 a { background-color: #568BA1; }

 a { background-color: rgb(86,139,161); }

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

border-color css

<style>
 span { border-color: #568BA1; }

 span { border-color: rgb(86,139,161); }

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