Html Css Color HEX #564583 Gigas

📋 copy color: '#564583'

red 86 ◦ green 69 ◦ blue 131

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

Shades of Gigas #564583

Tints of Gigas #564583

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.13%

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 30.07%
G = 24.13%
B = 45.8%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#564583 (or 0x564583) is known color: Gigas. HEX triplet: 56, 45 and 83. RGB value is (86,69,131). Sum of RGB (Red+Green+Blue) = 86+69+131=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #564583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564583 is #A9BA7C. Grayscale: #505050. Windows color (decimal): -11123325 or 8602966. OLE color: 8602966.

HSL color Cylindrical-coordinate representation of color #564583: hue angle of 256.45º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #564583 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 69 131 -
CMYK 0.34 0.47 0 0.49
HSL 256.45º 0.31% 0.39% -
HSV(B) 256.45º 0.47% 0.51% -
XYZ 10.06 7.87 22.46 -
YUV 81.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 86 69 131 0.34 0.47 0 0.49 256.45 0.31 0.39
Hex 56 45 83 22 2F 0 31 100 1F 27
Octal 126 105 203 42 57 0 61 400 37 47
Binary 1010110 1000101 10000011 100010 101111 0 110001 100000000 11111 100111

Color Harmonies of #564583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564583

Black with #564583

Text Example


Text Example

White with #564583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564583; }

 p { color: rgb(86,69,131); }

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

background-color css

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

 a { background-color: rgb(86,69,131); }

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

border-color css

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

 span { border-color: rgb(86,69,131); }

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