Html Css Color HEX #562082 Kingfisher Daisy

📋 copy color: '#562082'

red 86 ◦ green 32 ◦ blue 130

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

Shades of Kingfisher Daisy #562082

Tints of Kingfisher Daisy #562082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.9%

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

R = 34.68%
G = 12.9%
B = 52.42%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#562082 (or 0x562082) is known color: Kingfisher Daisy. HEX triplet: 56, 20 and 82. RGB value is (86,32,130). Sum of RGB (Red+Green+Blue) = 86+32+130=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #562082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562082 is #A9DF7D. Grayscale: #3A3A3A. Windows color (decimal): -11132798 or 8527958. OLE color: 8527958.

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

Color convert

RGB 86 32 130 -
CMYK 0.34 0.75 0 0.49
HSL 273.06º 0.6% 0.32% -
HSV(B) 273.06º 0.75% 0.51% -
XYZ 8.38 4.62 21.57 -
YUV 59.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 86 32 130 0.34 0.75 0 0.49 273.06 0.6 0.32
Hex 56 20 82 22 4B 0 31 111 3C 20
Octal 126 40 202 42 113 0 61 421 74 40
Binary 1010110 100000 10000010 100010 1001011 0 110001 100010001 111100 100000

Color Harmonies of #562082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562082

Black with #562082

Text Example


Text Example

White with #562082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562082; }

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

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

background-color css

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

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

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

border-color css

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

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

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