Html Css Color HEX #563480 Kingfisher Daisy

📋 copy color: '#563480'

red 86 ◦ green 52 ◦ blue 128

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

Shades of Kingfisher Daisy #563480

Tints of Kingfisher Daisy #563480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

 BLUE value IS 128 (50.39% from 255) = 48.12%

R = 32.33%
G = 19.55%
B = 48.12%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#563480 (or 0x563480) is known color: Kingfisher Daisy. HEX triplet: 56, 34 and 80. RGB value is (86,52,128). Sum of RGB (Red+Green+Blue) = 86+52+128=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #563480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563480 is #A9CB7F. Grayscale: #464646. Windows color (decimal): -11127680 or 8402006. OLE color: 8402006.

HSL color Cylindrical-coordinate representation of color #563480: hue angle of 266.84º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #563480 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 52 128 -
CMYK 0.33 0.59 0 0.50
HSL 266.84º 0.42% 0.35% -
HSV(B) 266.84º 0.59% 0.5% -
XYZ 8.96 5.99 21.11 -
YUV 70.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 86 52 128 0.33 0.59 0 0.50 266.84 0.42 0.35
Hex 56 34 80 21 3B 0 32 10B 2A 23
Octal 126 64 200 41 73 0 62 413 52 43
Binary 1010110 110100 10000000 100001 111011 0 110010 100001011 101010 100011

Color Harmonies of #563480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563480

Black with #563480

Text Example


Text Example

White with #563480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563480; }

 p { color: rgb(86,52,128); }

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

background-color css

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

 a { background-color: rgb(86,52,128); }

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

border-color css

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

 span { border-color: rgb(86,52,128); }

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