Html Css Color HEX #563474 Kingfisher Daisy

📋 copy color: '#563474'

red 86 ◦ green 52 ◦ blue 116

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

Shades of Kingfisher Daisy #563474

Tints of Kingfisher Daisy #563474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 33.86%
G = 20.47%
B = 45.67%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#563474 (or 0x563474) is known color: Kingfisher Daisy. HEX triplet: 56, 34 and 74. RGB value is (86,52,116). Sum of RGB (Red+Green+Blue) = 86+52+116=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: blue. Hex color #563474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563474 is #A9CB8B. Grayscale: #454545. Windows color (decimal): -11127692 or 7615574. OLE color: 7615574.

HSL color Cylindrical-coordinate representation of color #563474: hue angle of 271.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #563474 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 52 116 -
CMYK 0.26 0.55 0 0.55
HSL 271.88º 0.38% 0.33% -
HSV(B) 271.88º 0.55% 0.45% -
XYZ 8.22 5.7 17.19 -
YUV 69.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 86 52 116 0.26 0.55 0 0.55 271.88 0.38 0.33
Hex 56 34 74 1A 37 0 37 110 26 21
Octal 126 64 164 32 67 0 67 420 46 41
Binary 1010110 110100 1110100 11010 110111 0 110111 100010000 100110 100001

Color Harmonies of #563474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563474

Black with #563474

Text Example


Text Example

White with #563474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563474; }

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

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

background-color css

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

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

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

border-color css

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

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

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