Html Css Color HEX #5C8EAF Air Force Blue

📋 copy color: '#5C8EAF'

red 92 ◦ green 142 ◦ blue 175

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

Shades of Air Force Blue #5C8EAF

Tints of Air Force Blue #5C8EAF

RGB

 RED value IS 92 (36.33% from 255) = 22.49%

 GREEN value IS 142 (55.86% from 255) = 34.72%

 BLUE value IS 175 (68.75% from 255) = 42.79%

R = 22.49%
G = 34.72%
B = 42.79%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5C8EAF (or 0x5C8EAF) is known color: Air Force Blue. HEX triplet: 5C, 8E and AF. RGB value is (92,142,175). Sum of RGB (Red+Green+Blue) = 92+142+175=409 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.49% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C8EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8EAF is #A37150. Grayscale: #828282. Windows color (decimal): -10711377 or 11505244. OLE color: 11505244.

HSL color Cylindrical-coordinate representation of color #5C8EAF: hue angle of 203.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C8EAF is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 142 175 -
CMYK 0.47 0.19 0 0.31
HSL 203.86º 0.34% 0.52% -
HSV(B) 203.86º 0.47% 0.69% -
XYZ 21.82 24.72 44.18 -
YUV 130.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 92 142 175 0.47 0.19 0 0.31 203.86 0.34 0.52
Hex 5C 8E AF 2F 13 0 1F CC 22 34
Octal 134 216 257 57 23 0 37 314 42 64
Binary 1011100 10001110 10101111 101111 10011 0 11111 11001100 100010 110100

Color Harmonies of #5C8EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8EAF

Black with #5C8EAF

Text Example


Text Example

White with #5C8EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,142,175); }

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

background-color css

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

 a { background-color: rgb(92,142,175); }

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

border-color css

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

 span { border-color: rgb(92,142,175); }

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