Html Css Color HEX #563C7C Kingfisher Daisy

📋 copy color: '#563C7C'

red 86 ◦ green 60 ◦ blue 124

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

Shades of Kingfisher Daisy #563C7C

Tints of Kingfisher Daisy #563C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 31.85%
G = 22.22%
B = 45.93%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#563C7C (or 0x563C7C) is known color: Kingfisher Daisy. HEX triplet: 56, 3C and 7C. RGB value is (86,60,124). Sum of RGB (Red+Green+Blue) = 86+60+124=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #563C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C7C is #A9C383. Grayscale: #4A4A4A. Windows color (decimal): -11125636 or 8141910. OLE color: 8141910.

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

Color convert

RGB 86 60 124 -
CMYK 0.31 0.52 0 0.51
HSL 264.38º 0.35% 0.36% -
HSV(B) 264.38º 0.52% 0.49% -
XYZ 9.09 6.67 19.88 -
YUV 75.07 155.61 135.8 -
System Red Green Blue C M Y K H S L
Decimal 86 60 124 0.31 0.52 0 0.51 264.38 0.35 0.36
Hex 56 3C 7C 1F 34 0 33 108 23 24
Octal 126 74 174 37 64 0 63 410 43 44
Binary 1010110 111100 1111100 11111 110100 0 110011 100001000 100011 100100

Color Harmonies of #563C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C7C

Black with #563C7C

Text Example


Text Example

White with #563C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,60,124); }

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

background-color css

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

 a { background-color: rgb(86,60,124); }

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

border-color css

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

 span { border-color: rgb(86,60,124); }

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