#5C6ACD

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

Shades of Chetwode Blue #5C6ACD

Tints of Chetwode Blue #5C6ACD

Color information

#5C6ACD (or 0x5C6ACD) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6A and CD. RGB value is (92,106,205). Sum of RGB (Red+Green+Blue) = 92+106+205=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ACD is #A39532. Grayscale: #707070. Windows color (decimal): -10720563 or 13462108. OLE color: 13462108.

HSL color Cylindrical-coordinate representation of color #5C6ACD: hue angle of 232.57º 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 #5C6ACD is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92106205-
CMYK0.550.4800.20
HSL232.57º53.05%58.24%-
HSV(B)232.57º55.12%80.39%-
XYZ20.5916.9959.95-
YUV113.1179.86112.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.83%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 205 (80.47% from 255) = 50.87%
R=22.83%
G=26.30%
B=50.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921062050.550.4800.20232.5753.0558.24
Hex5C6ACD3730014e9353a
Octal13415231567600243516572
Binary101110011010101100110111011111000001010011101001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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