Html Css Color HEX #5C72AB Chetwode Blue

📋 copy color: '#5C72AB'

red 92 ◦ green 114 ◦ blue 171

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

Shades of Chetwode Blue #5C72AB

Tints of Chetwode Blue #5C72AB

RGB

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

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

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

R = 24.4%
G = 30.24%
B = 45.36%

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

#5C72AB (or 0x5C72AB) is known color: Chetwode Blue. HEX triplet: 5C, 72 and AB. RGB value is (92,114,171). Sum of RGB (Red+Green+Blue) = 92+114+171=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C72AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C72AB is #A38D54. Grayscale: #717171. Windows color (decimal): -10718549 or 11235932. OLE color: 11235932.

HSL color Cylindrical-coordinate representation of color #5C72AB: hue angle of 223.29º 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 #5C72AB is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 114 171 -
CMYK 0.46 0.33 0 0.33
HSL 223.29º 0.32% 0.52% -
HSV(B) 223.29º 0.46% 0.67% -
XYZ 17.78 17.25 40.92 -
YUV 113.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 92 114 171 0.46 0.33 0 0.33 223.29 0.32 0.52
Hex 5C 72 AB 2E 21 0 21 DF 20 34
Octal 134 162 253 56 41 0 41 337 40 64
Binary 1011100 1110010 10101011 101110 100001 0 100001 11011111 100000 110100

Color Harmonies of #5C72AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C72AB

Black with #5C72AB

Text Example


Text Example

White with #5C72AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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