Html Css Color HEX #564898 Gigas

📋 copy color: '#564898'

red 86 ◦ green 72 ◦ blue 152

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

Shades of Gigas #564898

Tints of Gigas #564898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 152 (59.77% from 255) = 49.03%

R = 27.74%
G = 23.23%
B = 49.03%

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

#564898 (or 0x564898) is known color: Gigas. HEX triplet: 56, 48 and 98. RGB value is (86,72,152). Sum of RGB (Red+Green+Blue) = 86+72+152=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #564898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564898 is #A9B767. Grayscale: #555555. Windows color (decimal): -11122536 or 9979990. OLE color: 9979990.

HSL color Cylindrical-coordinate representation of color #564898: hue angle of 250.5º 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 #564898 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 86 72 152 -
CMYK 0.43 0.53 0 0.40
HSL 250.5º 0.36% 0.44% -
HSV(B) 250.5º 0.53% 0.6% -
XYZ 11.82 8.88 30.8 -
YUV 85.31 165.64 128.5 -
System Red Green Blue C M Y K H S L
Decimal 86 72 152 0.43 0.53 0 0.40 250.5 0.36 0.44
Hex 56 48 98 2B 35 0 28 FB 24 2C
Octal 126 110 230 53 65 0 50 373 44 54
Binary 1010110 1001000 10011000 101011 110101 0 101000 11111011 100100 101100

Color Harmonies of #564898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564898

Black with #564898

Text Example


Text Example

White with #564898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564898; }

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

 H1.HeaderClassName
 {
   color: #564898;
 }
 .AnyTagClassName
 {
   color: #564898;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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