Html Css Color HEX #5D8AB2 Air Force Blue

📋 copy color: '#5D8AB2'

red 93 ◦ green 138 ◦ blue 178

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

Shades of Air Force Blue #5D8AB2

Tints of Air Force Blue #5D8AB2

RGB

 RED value IS 93 (36.72% from 255) = 22.74%

 GREEN value IS 138 (54.3% from 255) = 33.74%

 BLUE value IS 178 (69.92% from 255) = 43.52%

R = 22.74%
G = 33.74%
B = 43.52%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5D8AB2 (or 0x5D8AB2) is known color: Air Force Blue. HEX triplet: 5D, 8A and B2. RGB value is (93,138,178). Sum of RGB (Red+Green+Blue) = 93+138+178=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #5D8AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8AB2 is #A2754D. Grayscale: #808080. Windows color (decimal): -10646862 or 11700829. OLE color: 11700829.

HSL color Cylindrical-coordinate representation of color #5D8AB2: hue angle of 208.24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D8AB2 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 93 138 178 -
CMYK 0.48 0.22 0 0.30
HSL 208.24º 0.36% 0.53% -
HSV(B) 208.24º 0.48% 0.7% -
XYZ 21.64 23.72 45.56 -
YUV 129.11 155.59 102.25 -
System Red Green Blue C M Y K H S L
Decimal 93 138 178 0.48 0.22 0 0.30 208.24 0.36 0.53
Hex 5D 8A B2 30 16 0 1E D0 24 35
Octal 135 212 262 60 26 0 36 320 44 65
Binary 1011101 10001010 10110010 110000 10110 0 11110 11010000 100100 110101

Color Harmonies of #5D8AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8AB2

Black with #5D8AB2

Text Example


Text Example

White with #5D8AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D8AB2; }

 p { color: rgb(93,138,178); }

 H1.HeaderClassName
 {
   color: #5D8AB2;
 }
 .AnyTagClassName
 {
   color: #5D8AB2;
 }
</style>

background-color css

<style>
 a { background-color: #5D8AB2; }

 a { background-color: rgb(93,138,178); }

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

border-color css

<style>
 span { border-color: #5D8AB2; }

 span { border-color: rgb(93,138,178); }

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