Html Css Color HEX #5C7BAB Air Force Blue

📋 copy color: '#5C7BAB'

red 92 ◦ green 123 ◦ blue 171

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

Shades of Air Force Blue #5C7BAB

Tints of Air Force Blue #5C7BAB

RGB

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

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

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

R = 23.83%
G = 31.87%
B = 44.3%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C7BAB (or 0x5C7BAB) is known color: Air Force Blue. HEX triplet: 5C, 7B and AB. RGB value is (92,123,171). Sum of RGB (Red+Green+Blue) = 92+123+171=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C7BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7BAB is #A38454. Grayscale: #767676. Windows color (decimal): -10716245 or 11238236. OLE color: 11238236.

HSL color Cylindrical-coordinate representation of color #5C7BAB: hue angle of 216.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C7BAB is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 123 171 -
CMYK 0.46 0.28 0 0.33
HSL 216.46º 0.32% 0.52% -
HSV(B) 216.46º 0.46% 0.67% -
XYZ 18.85 19.38 41.28 -
YUV 119.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 92 123 171 0.46 0.28 0 0.33 216.46 0.32 0.52
Hex 5C 7B AB 2E 1C 0 21 D8 20 34
Octal 134 173 253 56 34 0 41 330 40 64
Binary 1011100 1111011 10101011 101110 11100 0 100001 11011000 100000 110100

Color Harmonies of #5C7BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7BAB

Black with #5C7BAB

Text Example


Text Example

White with #5C7BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,123,171); }

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

background-color css

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

 a { background-color: rgb(92,123,171); }

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

border-color css

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

 span { border-color: rgb(92,123,171); }

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