Html Css Color HEX #562982 Kingfisher Daisy

📋 copy color: '#562982'

red 86 ◦ green 41 ◦ blue 130

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

Shades of Kingfisher Daisy #562982

Tints of Kingfisher Daisy #562982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.58%

R = 33.46%
G = 15.95%
B = 50.58%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#562982 (or 0x562982) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 82. RGB value is (86,41,130). Sum of RGB (Red+Green+Blue) = 86+41+130=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #562982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562982 is #A9D67D. Grayscale: #404040. Windows color (decimal): -11130494 or 8530262. OLE color: 8530262.

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

Color convert

RGB 86 41 130 -
CMYK 0.34 0.68 0 0.49
HSL 270.34º 0.52% 0.34% -
HSV(B) 270.34º 0.68% 0.51% -
XYZ 8.66 5.18 21.66 -
YUV 64.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 86 41 130 0.34 0.68 0 0.49 270.34 0.52 0.34
Hex 56 29 82 22 44 0 31 10E 34 22
Octal 126 51 202 42 104 0 61 416 64 42
Binary 1010110 101001 10000010 100010 1000100 0 110001 100001110 110100 100010

Color Harmonies of #562982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562982

Black with #562982

Text Example


Text Example

White with #562982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562982; }

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

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

background-color css

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

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

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

border-color css

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

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

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