Html Css Color HEX #564798 Blue Gem

📋 copy color: '#564798'

red 86 ◦ green 71 ◦ blue 152

#564798
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #564798

Tints of Blue Gem #564798

RGB

 RED value IS 86 (33.98% from 255) = 27.83%

 GREEN value IS 71 (28.13% 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 value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#564798 (or 0x564798) is known color: 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

RGB 86 71 152 -
CMYK 0.43 0.53 0 0.40
HSL 251.11º 0.36% 0.44% -
HSV(B) 251.11º 0.53% 0.6% -
XYZ 11.76 8.75 30.78 -
YUV 84.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 86 71 152 0.43 0.53 0 0.40 251.11 0.36 0.44
Hex 56 47 98 2B 35 0 28 FB 24 2C
Octal 126 107 230 53 65 0 50 373 44 54
Binary 1010110 1000111 10011000 101011 110101 0 101000 11111011 100100 101100

Color Harmonies of #564798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564798

Black with #564798

Text Example


Text Example

White with #564798

Text Example


Text Example

HTML Codes & Css Web 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>