#5C66BD

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

Shades of Chetwode Blue #5C66BD

Tints of Chetwode Blue #5C66BD

Color information

#5C66BD (or 0x5C66BD) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 66 and BD. RGB value is (92,102,189). Sum of RGB (Red+Green+Blue) = 92+102+189=383 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.02% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C66BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C66BD is #A39942. Grayscale: #6C6C6C. Windows color (decimal): -10721603 or 12412508. OLE color: 12412508.

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

Color convert

RGB92102189-
CMYK0.510.4600.26
HSL233.81º42.36%55.1%-
HSV(B)233.81º51.32%74.12%-
XYZ18.3515.4550.16-
YUV108.93173.19115.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.02%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=24.02%
G=26.63%
B=49.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921021890.510.4600.26233.8142.3655.1
Hex5C66BD332E01Aea2a37
Octal13414627563560323525267
Binary101110011001101011110111001110111001101011101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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