#564798

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

Shades of Blue Gem #564798

Tints of Blue Gem #564798

Color information

#564798 (or 0x564798) is unknown color: approx Blue Gem. HEX triplet: 56, 47 and 98. RGB value is (86,71,152). Sum of RGB (Red+Green+Blue) = 86+71+152=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #564798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564798 is #A9B867. Grayscale: #545454. Windows color (decimal): -11122792 or 9979734. OLE color: 9979734.

HSL color Cylindrical-coordinate representation of color #564798: hue angle of 251.11º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564798 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8671152-
CMYK0.430.5300.40
HSL251.11º36.32%43.73%-
HSV(B)251.11º53.29%59.61%-
XYZ11.768.7530.78-
YUV84.72165.97128.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 152 (59.77% from 255) = 49.19%
R=27.83%
G=22.98%
B=49.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86711520.430.5300.40251.1136.3243.73
Hex5647982B35028fb242c
Octal12610723053650503734454
Binary1010110100011110011000101011110101010100011111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564798; }

 p { color: rgb(86,71,152); }

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

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

 a { background-color: rgb(86,71,152); }

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

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

 span { border-color: rgb(86,71,152); }

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