Html Css Color HEX #563F77 Kingfisher Daisy

📋 copy color: '#563F77'

red 86 ◦ green 63 ◦ blue 119

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

Shades of Kingfisher Daisy #563F77

Tints of Kingfisher Daisy #563F77

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 32.09%
G = 23.51%
B = 44.4%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#563F77 (or 0x563F77) is known color: Kingfisher Daisy. HEX triplet: 56, 3F and 77. RGB value is (86,63,119). Sum of RGB (Red+Green+Blue) = 86+63+119=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #563F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563F77 is #A9C088. Grayscale: #4C4C4C. Windows color (decimal): -11124873 or 7814998. OLE color: 7814998.

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

Color convert

RGB 86 63 119 -
CMYK 0.28 0.47 0 0.53
HSL 264.64º 0.31% 0.36% -
HSV(B) 264.64º 0.47% 0.47% -
XYZ 8.95 6.87 18.31 -
YUV 76.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 86 63 119 0.28 0.47 0 0.53 264.64 0.31 0.36
Hex 56 3F 77 1C 2F 0 35 109 1F 24
Octal 126 77 167 34 57 0 65 411 37 44
Binary 1010110 111111 1110111 11100 101111 0 110101 100001001 11111 100100

Color Harmonies of #563F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563F77

Black with #563F77

Text Example


Text Example

White with #563F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,63,119); }

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

background-color css

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

 a { background-color: rgb(86,63,119); }

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

border-color css

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

 span { border-color: rgb(86,63,119); }

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