#5663BE

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

Shades of Chetwode Blue #5663BE

Tints of Chetwode Blue #5663BE

Color information

#5663BE (or 0x5663BE) is unknown color: approx Chetwode Blue. HEX triplet: 56, 63 and BE. RGB value is (86,99,190). Sum of RGB (Red+Green+Blue) = 86+99+190=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #5663BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5663BE is #A99C41. Grayscale: #696969. Windows color (decimal): -11115586 or 12477270. OLE color: 12477270.

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

Color convert

RGB8699190-
CMYK0.550.4800.25
HSL232.5º44.44%54.12%-
HSV(B)232.5º54.74%74.51%-
XYZ17.5914.6250.61-
YUV105.49175.69114.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=22.93%
G=26.4%
B=50.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86991900.550.4800.25232.544.4454.12
Hex5663BE3730019e82c36
Octal12614327667600313505466
Binary101011011000111011111011011111000001100111101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5663BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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