#5C6ABE

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

Shades of Chetwode Blue #5C6ABE

Tints of Chetwode Blue #5C6ABE

Color information

#5C6ABE (or 0x5C6ABE) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6A and BE. RGB value is (92,106,190). Sum of RGB (Red+Green+Blue) = 92+106+190=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C6ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ABE is #A39541. Grayscale: #6F6F6F. Windows color (decimal): -10720578 or 12479068. OLE color: 12479068.

HSL color Cylindrical-coordinate representation of color #5C6ABE: hue angle of 231.43º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C6ABE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92106190-
CMYK0.520.4400.25
HSL231.43º42.98%55.29%-
HSV(B)231.43º51.58%74.51%-
XYZ18.8616.350.87-
YUV111.39172.36114.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.71%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=23.71%
G=27.32%
B=48.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921061900.520.4400.25231.4342.9855.29
Hex5C6ABE342C019e72b37
Octal13415227664540313475367
Binary101110011010101011111011010010110001100111100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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