Html Css Color HEX #563273 Kingfisher Daisy

📋 copy color: '#563273'

red 86 ◦ green 50 ◦ blue 115

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

Shades of Kingfisher Daisy #563273

Tints of Kingfisher Daisy #563273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 34.26%
G = 19.92%
B = 45.82%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#563273 (or 0x563273) is known color: Kingfisher Daisy. HEX triplet: 56, 32 and 73. RGB value is (86,50,115). Sum of RGB (Red+Green+Blue) = 86+50+115=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #563273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563273 is #A9CD8C. Grayscale: #434343. Windows color (decimal): -11128205 or 7549526. OLE color: 7549526.

HSL color Cylindrical-coordinate representation of color #563273: hue angle of 273.23º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #563273 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 50 115 -
CMYK 0.25 0.57 0 0.55
HSL 273.23º 0.39% 0.32% -
HSV(B) 273.23º 0.57% 0.45% -
XYZ 8.07 5.5 16.86 -
YUV 68.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 86 50 115 0.25 0.57 0 0.55 273.23 0.39 0.32
Hex 56 32 73 19 39 0 37 111 27 20
Octal 126 62 163 31 71 0 67 421 47 40
Binary 1010110 110010 1110011 11001 111001 0 110111 100010001 100111 100000

Color Harmonies of #563273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563273

Black with #563273

Text Example


Text Example

White with #563273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563273; }

 p { color: rgb(86,50,115); }

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

background-color css

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

 a { background-color: rgb(86,50,115); }

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

border-color css

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

 span { border-color: rgb(86,50,115); }

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