Html Css Color HEX #563D7D Kingfisher Daisy

📋 copy color: '#563D7D'

red 86 ◦ green 61 ◦ blue 125

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

Shades of Kingfisher Daisy #563D7D

Tints of Kingfisher Daisy #563D7D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

 BLUE value IS 125 (49.22% from 255) = 45.96%

R = 31.62%
G = 22.43%
B = 45.96%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#563D7D (or 0x563D7D) is known color: Kingfisher Daisy. HEX triplet: 56, 3D and 7D. RGB value is (86,61,125). Sum of RGB (Red+Green+Blue) = 86+61+125=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #563D7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563D7D is #A9C282. Grayscale: #4B4B4B. Windows color (decimal): -11125379 or 8207702. OLE color: 8207702.

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

Color convert

RGB 86 61 125 -
CMYK 0.31 0.51 0 0.51
HSL 263.44º 0.34% 0.36% -
HSV(B) 263.44º 0.51% 0.49% -
XYZ 9.21 6.8 20.23 -
YUV 75.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 86 61 125 0.31 0.51 0 0.51 263.44 0.34 0.36
Hex 56 3D 7D 1F 33 0 33 107 22 24
Octal 126 75 175 37 63 0 63 407 42 44
Binary 1010110 111101 1111101 11111 110011 0 110011 100000111 100010 100100

Color Harmonies of #563D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563D7D

Black with #563D7D

Text Example


Text Example

White with #563D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563D7D; }

 p { color: rgb(86,61,125); }

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

background-color css

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

 a { background-color: rgb(86,61,125); }

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

border-color css

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

 span { border-color: rgb(86,61,125); }

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