Html Css Color HEX #563380 Kingfisher Daisy

📋 copy color: '#563380'

red 86 ◦ green 51 ◦ blue 128

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

Shades of Kingfisher Daisy #563380

Tints of Kingfisher Daisy #563380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

 BLUE value IS 128 (50.39% from 255) = 48.3%

R = 32.45%
G = 19.25%
B = 48.3%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#563380 (or 0x563380) is known color: Kingfisher Daisy. HEX triplet: 56, 33 and 80. RGB value is (86,51,128). Sum of RGB (Red+Green+Blue) = 86+51+128=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #563380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563380 is #A9CC7F. Grayscale: #454545. Windows color (decimal): -11127936 or 8401750. OLE color: 8401750.

HSL color Cylindrical-coordinate representation of color #563380: hue angle of 267.27º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #563380 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 86 51 128 -
CMYK 0.33 0.60 0 0.50
HSL 267.27º 0.43% 0.35% -
HSV(B) 267.27º 0.6% 0.5% -
XYZ 8.92 5.9 21.09 -
YUV 70.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 86 51 128 0.33 0.60 0 0.50 267.27 0.43 0.35
Hex 56 33 80 21 3C 0 32 10B 2B 23
Octal 126 63 200 41 74 0 62 413 53 43
Binary 1010110 110011 10000000 100001 111100 0 110010 100001011 101011 100011

Color Harmonies of #563380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563380

Black with #563380

Text Example


Text Example

White with #563380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563380; }

 p { color: rgb(86,51,128); }

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

background-color css

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

 a { background-color: rgb(86,51,128); }

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

border-color css

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

 span { border-color: rgb(86,51,128); }

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