#5666BE

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

Shades of Chetwode Blue #5666BE

Tints of Chetwode Blue #5666BE

Color information

#5666BE (or 0x5666BE) is unknown color: approx Chetwode Blue. HEX triplet: 56, 66 and BE. RGB value is (86,102,190). Sum of RGB (Red+Green+Blue) = 86+102+190=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #5666BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5666BE is #A99941. Grayscale: #6A6A6A. Windows color (decimal): -11114818 or 12478038. OLE color: 12478038.

HSL color Cylindrical-coordinate representation of color #5666BE: hue angle of 230.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5666BE is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86102190-
CMYK0.550.4600.25
HSL230.77º44.44%54.12%-
HSV(B)230.77º54.74%74.51%-
XYZ17.8815.250.71-
YUV107.25174.7112.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=22.75%
G=26.98%
B=50.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861021900.550.4600.25230.7744.4454.12
Hex5666BE372E019e72c36
Octal12614627667560313475466
Binary101011011001101011111011011110111001100111100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5666BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5666BE; }

 p { color: rgb(86,102,190); }

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

<style>
 a { background-color: #5666BE; }

 a { background-color: rgb(86,102,190); }

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

<style>
 span { border-color: #5666BE; }

 span { border-color: rgb(86,102,190); }

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