Html Css Color HEX #562980 Kingfisher Daisy

📋 copy color: '#562980'

red 86 ◦ green 41 ◦ blue 128

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

Shades of Kingfisher Daisy #562980

Tints of Kingfisher Daisy #562980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

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

R = 33.73%
G = 16.08%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#562980 (or 0x562980) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 80. RGB value is (86,41,128). Sum of RGB (Red+Green+Blue) = 86+41+128=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #562980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562980 is #A9D67F. Grayscale: #404040. Windows color (decimal): -11130496 or 8399190. OLE color: 8399190.

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

Color convert

RGB 86 41 128 -
CMYK 0.33 0.68 0 0.50
HSL 271.03º 0.51% 0.33% -
HSV(B) 271.03º 0.68% 0.5% -
XYZ 8.53 5.12 20.96 -
YUV 64.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 86 41 128 0.33 0.68 0 0.50 271.03 0.51 0.33
Hex 56 29 80 21 44 0 32 10F 33 21
Octal 126 51 200 41 104 0 62 417 63 41
Binary 1010110 101001 10000000 100001 1000100 0 110010 100001111 110011 100001

Color Harmonies of #562980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562980

Black with #562980

Text Example


Text Example

White with #562980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562980; }

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

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

background-color css

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

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

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

border-color css

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

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

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