Html Css Color HEX #563680 Kingfisher Daisy

📋 copy color: '#563680'

red 86 ◦ green 54 ◦ blue 128

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

Shades of Kingfisher Daisy #563680

Tints of Kingfisher Daisy #563680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

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

R = 32.09%
G = 20.15%
B = 47.76%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#563680 (or 0x563680) is known color: Kingfisher Daisy. HEX triplet: 56, 36 and 80. RGB value is (86,54,128). Sum of RGB (Red+Green+Blue) = 86+54+128=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #563680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563680 is #A9C97F. Grayscale: #474747. Windows color (decimal): -11127168 or 8402518. OLE color: 8402518.

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

Color convert

RGB 86 54 128 -
CMYK 0.33 0.58 0 0.50
HSL 265.95º 0.41% 0.36% -
HSV(B) 265.95º 0.58% 0.5% -
XYZ 9.05 6.18 21.14 -
YUV 72 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 86 54 128 0.33 0.58 0 0.50 265.95 0.41 0.36
Hex 56 36 80 21 3A 0 32 10A 29 24
Octal 126 66 200 41 72 0 62 412 51 44
Binary 1010110 110110 10000000 100001 111010 0 110010 100001010 101001 100100

Color Harmonies of #563680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563680

Black with #563680

Text Example


Text Example

White with #563680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563680; }

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

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

background-color css

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

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

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

border-color css

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

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

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