#5D66BF

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

Shades of Chetwode Blue #5D66BF

Tints of Chetwode Blue #5D66BF

Color information

#5D66BF (or 0x5D66BF) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 66 and BF. RGB value is (93,102,191). Sum of RGB (Red+Green+Blue) = 93+102+191=386 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.09% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D66BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D66BF is #A29940. Grayscale: #6D6D6D. Windows color (decimal): -10656065 or 12543581. OLE color: 12543581.

HSL color Cylindrical-coordinate representation of color #5D66BF: hue angle of 234.49º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D66BF is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB93102191-
CMYK0.510.4700.25
HSL234.49º43.36%55.69%-
HSV(B)234.49º51.31%74.9%-
XYZ18.6715.5951.32-
YUV109.46174.02116.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.09%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 191 (75% from 255) = 49.48%
R=24.09%
G=26.42%
B=49.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931021910.510.4700.25234.4943.3655.69
Hex5D66BF332F019ea2b38
Octal13514627763570313525370
Binary101110111001101011111111001110111101100111101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,102,191); }

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

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

 a { background-color: rgb(93,102,191); }

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

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

 span { border-color: rgb(93,102,191); }

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