Html Css Color HEX #562886 Kingfisher Daisy

📋 copy color: '#562886'

red 86 ◦ green 40 ◦ blue 134

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

Shades of Kingfisher Daisy #562886

Tints of Kingfisher Daisy #562886

RGB

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

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

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

R = 33.08%
G = 15.38%
B = 51.54%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#562886 (or 0x562886) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 86. RGB value is (86,40,134). Sum of RGB (Red+Green+Blue) = 86+40+134=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #562886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562886 is #A9D779. Grayscale: #404040. Windows color (decimal): -11130746 or 8792150. OLE color: 8792150.

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

Color convert

RGB 86 40 134 -
CMYK 0.36 0.70 0 0.47
HSL 269.36º 0.54% 0.34% -
HSV(B) 269.36º 0.7% 0.53% -
XYZ 8.9 5.22 23.09 -
YUV 64.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 86 40 134 0.36 0.70 0 0.47 269.36 0.54 0.34
Hex 56 28 86 24 46 0 2F 10D 36 22
Octal 126 50 206 44 106 0 57 415 66 42
Binary 1010110 101000 10000110 100100 1000110 0 101111 100001101 110110 100010

Color Harmonies of #562886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562886

Black with #562886

Text Example


Text Example

White with #562886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562886; }

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

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

background-color css

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

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

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

border-color css

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

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

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