#5C6FAA

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

Shades of Chetwode Blue #5C6FAA

Tints of Chetwode Blue #5C6FAA

Color information

#5C6FAA (or 0x5C6FAA) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6F and AA. RGB value is (92,111,170). Sum of RGB (Red+Green+Blue) = 92+111+170=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C6FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6FAA is #A39055. Grayscale: #6F6F6F. Windows color (decimal): -10719318 or 11169628. OLE color: 11169628.

HSL color Cylindrical-coordinate representation of color #5C6FAA: hue angle of 225.38º 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 #5C6FAA is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB92111170-
CMYK0.460.3500.33
HSL225.38º31.45%51.37%-
HSV(B)225.38º45.88%66.67%-
XYZ17.3516.5540.31-
YUV112.04160.71113.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.66%
GREEN value IS 111 (43.75% from 255) = 29.76%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=24.66%
G=29.76%
B=45.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921111700.460.3500.33225.3831.4551.37
Hex5C6FAA2E23021e11f33
Octal13415725256430413413763
Binary101110011011111010101010111010001101000011110000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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