#5665BE

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

Shades of Chetwode Blue #5665BE

Tints of Chetwode Blue #5665BE

Color information

#5665BE (or 0x5665BE) is unknown color: approx Chetwode Blue. HEX triplet: 56, 65 and BE. RGB value is (86,101,190). Sum of RGB (Red+Green+Blue) = 86+101+190=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #5665BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5665BE is #A99A41. Grayscale: #6A6A6A. Windows color (decimal): -11115074 or 12477782. OLE color: 12477782.

HSL color Cylindrical-coordinate representation of color #5665BE: hue angle of 231.35º 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 #5665BE is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB86101190-
CMYK0.550.4700.25
HSL231.35º44.44%54.12%-
HSV(B)231.35º54.74%74.51%-
XYZ17.791550.67-
YUV106.66175.03113.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=22.81%
G=26.79%
B=50.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal861011900.550.4700.25231.3544.4454.12
Hex5665BE372F019e72c36
Octal12614527667570313475466
Binary101011011001011011111011011110111101100111100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5665BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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