Html Css Color HEX #562089 Kingfisher Daisy

📋 copy color: '#562089'

red 86 ◦ green 32 ◦ blue 137

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

Shades of Kingfisher Daisy #562089

Tints of Kingfisher Daisy #562089

RGB

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

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

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

R = 33.73%
G = 12.55%
B = 53.73%

CMYK

 C value IS 0.37

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#562089 (or 0x562089) is known color: Kingfisher Daisy. HEX triplet: 56, 20 and 89. RGB value is (86,32,137). Sum of RGB (Red+Green+Blue) = 86+32+137=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #562089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562089 is #A9DF76. Grayscale: #3B3B3B. Windows color (decimal): -11132791 or 8986710. OLE color: 8986710.

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

Color convert

RGB 86 32 137 -
CMYK 0.37 0.77 0 0.46
HSL 270.86º 0.62% 0.33% -
HSV(B) 270.86º 0.77% 0.54% -
XYZ 8.87 4.82 24.13 -
YUV 60.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 86 32 137 0.37 0.77 0 0.46 270.86 0.62 0.33
Hex 56 20 89 25 4D 0 2E 10F 3E 21
Octal 126 40 211 45 115 0 56 417 76 41
Binary 1010110 100000 10001001 100101 1001101 0 101110 100001111 111110 100001

Color Harmonies of #562089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562089

Black with #562089

Text Example


Text Example

White with #562089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562089; }

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

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

background-color css

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

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

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

border-color css

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

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

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