#5C6FB1

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

Shades of Chetwode Blue #5C6FB1

Tints of Chetwode Blue #5C6FB1

Color information

#5C6FB1 (or 0x5C6FB1) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6F and B1. RGB value is (92,111,177). Sum of RGB (Red+Green+Blue) = 92+111+177=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 177 - color contains mainly: blue. Hex color #5C6FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6FB1 is #A3904E. Grayscale: #707070. Windows color (decimal): -10719311 or 11628380. OLE color: 11628380.

HSL color Cylindrical-coordinate representation of color #5C6FB1: hue angle of 226.59º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C6FB1 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB92111177-
CMYK0.480.3700.31
HSL226.59º35.27%52.75%-
HSV(B)226.59º48.02%69.41%-
XYZ18.0316.8243.89-
YUV112.84164.21113.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.21%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 177 (69.53% from 255) = 46.58%
R=24.21%
G=29.21%
B=46.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921111770.480.3700.31226.5935.2752.75
Hex5C6FB1302501Fe32335
Octal13415726160450373434365
Binary101110011011111011000111000010010101111111100011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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