#5C68AA

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

Shades of Chetwode Blue #5C68AA

Tints of Chetwode Blue #5C68AA

Color information

#5C68AA (or 0x5C68AA) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 68 and AA. RGB value is (92,104,170). Sum of RGB (Red+Green+Blue) = 92+104+170=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C68AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C68AA is #A39755. Grayscale: #6B6B6B. Windows color (decimal): -10721110 or 11167836. OLE color: 11167836.

HSL color Cylindrical-coordinate representation of color #5C68AA: hue angle of 230.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C68AA is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92104170-
CMYK0.460.3900.33
HSL230.77º31.45%51.37%-
HSV(B)230.77º45.88%66.67%-
XYZ16.6215.0840.06-
YUV107.94163.02116.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.14%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 170 (66.80% from 255) = 46.45%
R=25.14%
G=28.42%
B=46.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921041700.460.3900.33230.7731.4551.37
Hex5C68AA2E27021e71f33
Octal13415025256470413473763
Binary101110011010001010101010111010011101000011110011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C68AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,104,170); }

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

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

 a { background-color: rgb(92,104,170); }

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

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

 span { border-color: rgb(92,104,170); }

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