#5C71CD

Color #5C71CD Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5C71CD

Tints of Chetwode Blue #5C71CD

Color information

#5C71CD (or 0x5C71CD) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 71 and CD. RGB value is (92,113,205). Sum of RGB (Red+Green+Blue) = 92+113+205=410 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.44% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C71CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C71CD is #A38E32. Grayscale: #747474. Windows color (decimal): -10718771 or 13463900. OLE color: 13463900.

HSL color Cylindrical-coordinate representation of color #5C71CD: hue angle of 228.85º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C71CD is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92113205-
CMYK0.550.4500.20
HSL228.85º53.05%58.24%-
HSV(B)228.85º55.12%80.39%-
XYZ21.3418.4960.2-
YUV117.21177.54110.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.44%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 205 (80.47% from 255) = 50%
R=22.44%
G=27.56%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921132050.550.4500.20228.8553.0558.24
Hex5C71CD372D014e5353a
Octal13416131567550243456572
Binary101110011100011100110111011110110101010011100101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C71CD;
 }
 .AnyTagClassName
 {
   color: #5C71CD;
 }
</style>
background-color css

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

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

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

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

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

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