Html Css Color HEX #562893 Kingfisher Daisy

📋 copy color: '#562893'

red 86 ◦ green 40 ◦ blue 147

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

Shades of Kingfisher Daisy #562893

Tints of Kingfisher Daisy #562893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 147 (57.81% from 255) = 53.85%

R = 31.5%
G = 14.65%
B = 53.85%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#562893 (or 0x562893) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 93. RGB value is (86,40,147). Sum of RGB (Red+Green+Blue) = 86+40+147=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #562893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562893 is #A9D76C. Grayscale: #414141. Windows color (decimal): -11130733 or 9644118. OLE color: 9644118.

HSL color Cylindrical-coordinate representation of color #562893: hue angle of 265.79º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #562893 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 40 147 -
CMYK 0.41 0.73 0 0.42
HSL 265.79º 0.57% 0.37% -
HSV(B) 265.79º 0.73% 0.58% -
XYZ 9.86 5.6 28.17 -
YUV 65.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 86 40 147 0.41 0.73 0 0.42 265.79 0.57 0.37
Hex 56 28 93 29 49 0 2A 10A 39 25
Octal 126 50 223 51 111 0 52 412 71 45
Binary 1010110 101000 10010011 101001 1001001 0 101010 100001010 111001 100101

Color Harmonies of #562893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562893

Black with #562893

Text Example


Text Example

White with #562893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562893; }

 p { color: rgb(86,40,147); }

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

background-color css

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

 a { background-color: rgb(86,40,147); }

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

border-color css

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

 span { border-color: rgb(86,40,147); }

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