Html Css Color HEX #5C71AC Chetwode Blue

📋 copy color: '#5C71AC'

red 92 ◦ green 113 ◦ blue 172

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

Shades of Chetwode Blue #5C71AC

Tints of Chetwode Blue #5C71AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 24.4%
G = 29.97%
B = 45.62%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C71AC (or 0x5C71AC) is known color: Chetwode Blue. HEX triplet: 5C, 71 and AC. RGB value is (92,113,172). Sum of RGB (Red+Green+Blue) = 92+113+172=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C71AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C71AC is #A38E53. Grayscale: #717171. Windows color (decimal): -10718804 or 11301212. OLE color: 11301212.

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

Color convert

RGB 92 113 172 -
CMYK 0.47 0.34 0 0.33
HSL 224.25º 0.33% 0.52% -
HSV(B) 224.25º 0.47% 0.67% -
XYZ 17.77 17.06 41.39 -
YUV 113.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 92 113 172 0.47 0.34 0 0.33 224.25 0.33 0.52
Hex 5C 71 AC 2F 22 0 21 E0 21 34
Octal 134 161 254 57 42 0 41 340 41 64
Binary 1011100 1110001 10101100 101111 100010 0 100001 11100000 100001 110100

Color Harmonies of #5C71AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C71AC

Black with #5C71AC

Text Example


Text Example

White with #5C71AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,172); }

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

background-color css

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

 a { background-color: rgb(92,113,172); }

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

border-color css

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

 span { border-color: rgb(92,113,172); }

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