Html Css Color HEX #5C72AA Chetwode Blue

📋 copy color: '#5C72AA'

red 92 ◦ green 114 ◦ blue 170

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

Shades of Chetwode Blue #5C72AA

Tints of Chetwode Blue #5C72AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 24.47%
G = 30.32%
B = 45.21%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C72AA (or 0x5C72AA) is known color: Chetwode Blue. HEX triplet: 5C, 72 and AA. RGB value is (92,114,170). Sum of RGB (Red+Green+Blue) = 92+114+170=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C72AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C72AA is #A38D55. Grayscale: #717171. Windows color (decimal): -10718550 or 11170396. OLE color: 11170396.

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

Color convert

RGB 92 114 170 -
CMYK 0.46 0.33 0 0.33
HSL 223.08º 0.31% 0.51% -
HSV(B) 223.08º 0.46% 0.67% -
XYZ 17.69 17.21 40.42 -
YUV 113.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 92 114 170 0.46 0.33 0 0.33 223.08 0.31 0.51
Hex 5C 72 AA 2E 21 0 21 DF 1F 33
Octal 134 162 252 56 41 0 41 337 37 63
Binary 1011100 1110010 10101010 101110 100001 0 100001 11011111 11111 110011

Color Harmonies of #5C72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C72AA

Black with #5C72AA

Text Example


Text Example

White with #5C72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,114,170); }

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

background-color css

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

 a { background-color: rgb(92,114,170); }

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

border-color css

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

 span { border-color: rgb(92,114,170); }

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