#5C6BBA

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

Shades of Chetwode Blue #5C6BBA

Tints of Chetwode Blue #5C6BBA

Color information

#5C6BBA (or 0x5C6BBA) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 6B and BA. RGB value is (92,107,186). Sum of RGB (Red+Green+Blue) = 92+107+186=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C6BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6BBA is #A39445. Grayscale: #6F6F6F. Windows color (decimal): -10720326 or 12217180. OLE color: 12217180.

HSL color Cylindrical-coordinate representation of color #5C6BBA: hue angle of 230.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C6BBA is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB92107186-
CMYK0.510.4200.27
HSL230.43º40.52%54.51%-
HSV(B)230.43º50.54%72.94%-
XYZ18.5316.3448.63-
YUV111.52170.03114.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.90%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=23.90%
G=27.79%
B=48.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921071860.510.4200.27230.4340.5254.51
Hex5C6BBA332A01Be62937
Octal13415327263520333465167
Binary101110011010111011101011001110101001101111100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,107,186); }

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

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

 a { background-color: rgb(92,107,186); }

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

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

 span { border-color: rgb(92,107,186); }

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