Html Css Color HEX #563383 Kingfisher Daisy

📋 copy color: '#563383'

red 86 ◦ green 51 ◦ blue 131

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

Shades of Kingfisher Daisy #563383

Tints of Kingfisher Daisy #563383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.88%

R = 32.09%
G = 19.03%
B = 48.88%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#563383 (or 0x563383) is known color: Kingfisher Daisy. HEX triplet: 56, 33 and 83. RGB value is (86,51,131). Sum of RGB (Red+Green+Blue) = 86+51+131=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #563383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563383 is #A9CC7C. Grayscale: #464646. Windows color (decimal): -11127933 or 8598358. OLE color: 8598358.

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

Color convert

RGB 86 51 131 -
CMYK 0.34 0.61 0 0.49
HSL 266.25º 0.44% 0.36% -
HSV(B) 266.25º 0.61% 0.51% -
XYZ 9.12 5.98 22.15 -
YUV 70.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 86 51 131 0.34 0.61 0 0.49 266.25 0.44 0.36
Hex 56 33 83 22 3D 0 31 10A 2C 24
Octal 126 63 203 42 75 0 61 412 54 44
Binary 1010110 110011 10000011 100010 111101 0 110001 100001010 101100 100100

Color Harmonies of #563383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563383

Black with #563383

Text Example


Text Example

White with #563383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563383; }

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

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

background-color css

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

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

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

border-color css

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

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

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