#5C66BB

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

Shades of Chetwode Blue #5C66BB

Tints of Chetwode Blue #5C66BB

Color information

#5C66BB (or 0x5C66BB) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 66 and BB. RGB value is (92,102,187). Sum of RGB (Red+Green+Blue) = 92+102+187=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C66BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C66BB is #A39944. Grayscale: #6C6C6C. Windows color (decimal): -10721605 or 12281436. OLE color: 12281436.

HSL color Cylindrical-coordinate representation of color #5C66BB: hue angle of 233.68º 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 #5C66BB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB92102187-
CMYK0.510.4500.27
HSL233.68º41.13%54.71%-
HSV(B)233.68º50.8%73.33%-
XYZ18.1315.3749.02-
YUV108.7172.19116.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.15%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=24.15%
G=26.77%
B=49.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921021870.510.4500.27233.6841.1354.71
Hex5C66BB332D01Bea2937
Octal13414627363550333525167
Binary101110011001101011101111001110110101101111101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C66BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,102,187); }

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

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

 a { background-color: rgb(92,102,187); }

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

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

 span { border-color: rgb(92,102,187); }

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