Html Css Color HEX #563485 Kingfisher Daisy

📋 copy color: '#563485'

red 86 ◦ green 52 ◦ blue 133

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

Shades of Kingfisher Daisy #563485

Tints of Kingfisher Daisy #563485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.08%

R = 31.73%
G = 19.19%
B = 49.08%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#563485 (or 0x563485) is known color: Kingfisher Daisy. HEX triplet: 56, 34 and 85. RGB value is (86,52,133). Sum of RGB (Red+Green+Blue) = 86+52+133=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #563485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563485 is #A9CB7A. Grayscale: #474747. Windows color (decimal): -11127675 or 8729686. OLE color: 8729686.

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

Color convert

RGB 86 52 133 -
CMYK 0.35 0.61 0 0.48
HSL 265.19º 0.44% 0.36% -
HSV(B) 265.19º 0.61% 0.52% -
XYZ 9.3 6.13 22.88 -
YUV 71.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 86 52 133 0.35 0.61 0 0.48 265.19 0.44 0.36
Hex 56 34 85 23 3D 0 30 109 2C 24
Octal 126 64 205 43 75 0 60 411 54 44
Binary 1010110 110100 10000101 100011 111101 0 110000 100001001 101100 100100

Color Harmonies of #563485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563485

Black with #563485

Text Example


Text Example

White with #563485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563485; }

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

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

background-color css

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

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

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

border-color css

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

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

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