Html Css Color HEX #562986 Kingfisher Daisy

📋 copy color: '#562986'

red 86 ◦ green 41 ◦ blue 134

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

Shades of Kingfisher Daisy #562986

Tints of Kingfisher Daisy #562986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

 BLUE value IS 134 (52.73% from 255) = 51.34%

R = 32.95%
G = 15.71%
B = 51.34%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#562986 (or 0x562986) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 86. RGB value is (86,41,134). Sum of RGB (Red+Green+Blue) = 86+41+134=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #562986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562986 is #A9D679. Grayscale: #404040. Windows color (decimal): -11130490 or 8792406. OLE color: 8792406.

HSL color Cylindrical-coordinate representation of color #562986: hue angle of 269.03º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562986 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 41 134 -
CMYK 0.36 0.69 0 0.47
HSL 269.03º 0.53% 0.34% -
HSV(B) 269.03º 0.69% 0.53% -
XYZ 8.93 5.29 23.1 -
YUV 65.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 86 41 134 0.36 0.69 0 0.47 269.03 0.53 0.34
Hex 56 29 86 24 45 0 2F 10D 35 22
Octal 126 51 206 44 105 0 57 415 65 42
Binary 1010110 101001 10000110 100100 1000101 0 101111 100001101 110101 100010

Color Harmonies of #562986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562986

Black with #562986

Text Example


Text Example

White with #562986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562986; }

 p { color: rgb(86,41,134); }

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

background-color css

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

 a { background-color: rgb(86,41,134); }

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

border-color css

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

 span { border-color: rgb(86,41,134); }

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