Html Css Color HEX #562189 Kingfisher Daisy

📋 copy color: '#562189'

red 86 ◦ green 33 ◦ blue 137

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

Shades of Kingfisher Daisy #562189

Tints of Kingfisher Daisy #562189

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

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

R = 33.59%
G = 12.89%
B = 53.52%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#562189 (or 0x562189) is known color: Kingfisher Daisy. HEX triplet: 56, 21 and 89. RGB value is (86,33,137). Sum of RGB (Red+Green+Blue) = 86+33+137=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #562189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562189 is #A9DE76. Grayscale: #3C3C3C. Windows color (decimal): -11132535 or 8986966. OLE color: 8986966.

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

Color convert

RGB 86 33 137 -
CMYK 0.37 0.76 0 0.46
HSL 270.58º 0.61% 0.33% -
HSV(B) 270.58º 0.76% 0.54% -
XYZ 8.9 4.87 24.14 -
YUV 60.7 171.06 146.04 -
System Red Green Blue C M Y K H S L
Decimal 86 33 137 0.37 0.76 0 0.46 270.58 0.61 0.33
Hex 56 21 89 25 4C 0 2E 10F 3D 21
Octal 126 41 211 45 114 0 56 417 75 41
Binary 1010110 100001 10001001 100101 1001100 0 101110 100001111 111101 100001

Color Harmonies of #562189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562189

Black with #562189

Text Example


Text Example

White with #562189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562189; }

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

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

background-color css

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

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

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

border-color css

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

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

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