Html Css Color HEX #562380 Kingfisher Daisy

📋 copy color: '#562380'

red 86 ◦ green 35 ◦ blue 128

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

Shades of Kingfisher Daisy #562380

Tints of Kingfisher Daisy #562380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 34.54%
G = 14.06%
B = 51.41%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#562380 (or 0x562380) is known color: Kingfisher Daisy. HEX triplet: 56, 23 and 80. RGB value is (86,35,128). Sum of RGB (Red+Green+Blue) = 86+35+128=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #562380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562380 is #A9DC7F. Grayscale: #3C3C3C. Windows color (decimal): -11132032 or 8397654. OLE color: 8397654.

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

Color convert

RGB 86 35 128 -
CMYK 0.33 0.73 0 0.50
HSL 272.9º 0.57% 0.32% -
HSV(B) 272.9º 0.73% 0.5% -
XYZ 8.34 4.74 20.9 -
YUV 60.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 86 35 128 0.33 0.73 0 0.50 272.9 0.57 0.32
Hex 56 23 80 21 49 0 32 111 39 20
Octal 126 43 200 41 111 0 62 421 71 40
Binary 1010110 100011 10000000 100001 1001001 0 110010 100010001 111001 100000

Color Harmonies of #562380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562380

Black with #562380

Text Example


Text Example

White with #562380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562380; }

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

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

background-color css

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

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

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

border-color css

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

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

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