#5C69AD

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

Shades of Chetwode Blue #5C69AD

Tints of Chetwode Blue #5C69AD

Color information

#5C69AD (or 0x5C69AD) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 69 and AD. RGB value is (92,105,173). Sum of RGB (Red+Green+Blue) = 92+105+173=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #5C69AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C69AD is #A39652. Grayscale: #6C6C6C. Windows color (decimal): -10720851 or 11364700. OLE color: 11364700.

HSL color Cylindrical-coordinate representation of color #5C69AD: hue angle of 230.37º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C69AD is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB92105173-
CMYK0.470.3900.32
HSL230.37º33.06%51.96%-
HSV(B)230.37º46.82%67.84%-
XYZ17.0115.441.61-
YUV108.86164.19115.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.86%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 173 (67.97% from 255) = 46.76%
R=24.86%
G=28.38%
B=46.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal921051730.470.3900.32230.3733.0651.96
Hex5C69AD2F27020e62134
Octal13415125557470403464164
Binary1011100110100110101101101111100111010000011100110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,105,173); }

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

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

 a { background-color: rgb(92,105,173); }

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

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

 span { border-color: rgb(92,105,173); }

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