Html Css Color HEX #562289 Kingfisher Daisy

📋 copy color: '#562289'

red 86 ◦ green 34 ◦ blue 137

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

Shades of Kingfisher Daisy #562289

Tints of Kingfisher Daisy #562289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 33.46%
G = 13.23%
B = 53.31%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#562289 (or 0x562289) is known color: Kingfisher Daisy. HEX triplet: 56, 22 and 89. RGB value is (86,34,137). Sum of RGB (Red+Green+Blue) = 86+34+137=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #562289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562289 is #A9DD76. Grayscale: #3C3C3C. Windows color (decimal): -11132279 or 8987222. OLE color: 8987222.

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

Color convert

RGB 86 34 137 -
CMYK 0.37 0.75 0 0.46
HSL 270.29º 0.6% 0.34% -
HSV(B) 270.29º 0.75% 0.54% -
XYZ 8.93 4.93 24.15 -
YUV 61.29 170.73 145.62 -
System Red Green Blue C M Y K H S L
Decimal 86 34 137 0.37 0.75 0 0.46 270.29 0.6 0.34
Hex 56 22 89 25 4B 0 2E 10E 3C 22
Octal 126 42 211 45 113 0 56 416 74 42
Binary 1010110 100010 10001001 100101 1001011 0 101110 100001110 111100 100010

Color Harmonies of #562289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562289

Black with #562289

Text Example


Text Example

White with #562289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562289; }

 p { color: rgb(86,34,137); }

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

background-color css

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

 a { background-color: rgb(86,34,137); }

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

border-color css

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

 span { border-color: rgb(86,34,137); }

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