#5C6ABA

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

Shades of Chetwode Blue #5C6ABA

Tints of Chetwode Blue #5C6ABA

Color information

#5C6ABA (or 0x5C6ABA) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6A and BA. RGB value is (92,106,186). Sum of RGB (Red+Green+Blue) = 92+106+186=384 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.96% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C6ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ABA is #A39545. Grayscale: #6E6E6E. Windows color (decimal): -10720582 or 12216924. OLE color: 12216924.

HSL color Cylindrical-coordinate representation of color #5C6ABA: hue angle of 231.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C6ABA is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB92106186-
CMYK0.510.4300.27
HSL231.06º40.52%54.51%-
HSV(B)231.06º50.54%72.94%-
XYZ18.4316.1348.6-
YUV110.93170.36114.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.96%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=23.96%
G=27.60%
B=48.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921061860.510.4300.27231.0640.5254.51
Hex5C6ABA332B01Be72937
Octal13415227263530333475167
Binary101110011010101011101011001110101101101111100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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