Html Css Color HEX #563487 Kingfisher Daisy

📋 copy color: '#563487'

red 86 ◦ green 52 ◦ blue 135

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

Shades of Kingfisher Daisy #563487

Tints of Kingfisher Daisy #563487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 31.5%
G = 19.05%
B = 49.45%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#563487 (or 0x563487) is known color: Kingfisher Daisy. HEX triplet: 56, 34 and 87. RGB value is (86,52,135). Sum of RGB (Red+Green+Blue) = 86+52+135=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #563487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563487 is #A9CB78. Grayscale: #474747. Windows color (decimal): -11127673 or 8860758. OLE color: 8860758.

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

Color convert

RGB 86 52 135 -
CMYK 0.36 0.61 0 0.47
HSL 264.58º 0.44% 0.37% -
HSV(B) 264.58º 0.61% 0.53% -
XYZ 9.44 6.18 23.62 -
YUV 71.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 86 52 135 0.36 0.61 0 0.47 264.58 0.44 0.37
Hex 56 34 87 24 3D 0 2F 109 2C 25
Octal 126 64 207 44 75 0 57 411 54 45
Binary 1010110 110100 10000111 100100 111101 0 101111 100001001 101100 100101

Color Harmonies of #563487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563487

Black with #563487

Text Example


Text Example

White with #563487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563487; }

 p { color: rgb(86,52,135); }

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

background-color css

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

 a { background-color: rgb(86,52,135); }

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

border-color css

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

 span { border-color: rgb(86,52,135); }

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