Html Css Color HEX #563277 Kingfisher Daisy

📋 copy color: '#563277'

red 86 ◦ green 50 ◦ blue 119

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

Shades of Kingfisher Daisy #563277

Tints of Kingfisher Daisy #563277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

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

R = 33.73%
G = 19.61%
B = 46.67%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#563277 (or 0x563277) is known color: Kingfisher Daisy. HEX triplet: 56, 32 and 77. RGB value is (86,50,119). Sum of RGB (Red+Green+Blue) = 86+50+119=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #563277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563277 is #A9CD88. Grayscale: #444444. Windows color (decimal): -11128201 or 7811670. OLE color: 7811670.

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

Color convert

RGB 86 50 119 -
CMYK 0.28 0.58 0 0.53
HSL 271.3º 0.41% 0.33% -
HSV(B) 271.3º 0.58% 0.47% -
XYZ 8.31 5.59 18.09 -
YUV 68.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 86 50 119 0.28 0.58 0 0.53 271.3 0.41 0.33
Hex 56 32 77 1C 3A 0 35 10F 29 21
Octal 126 62 167 34 72 0 65 417 51 41
Binary 1010110 110010 1110111 11100 111010 0 110101 100001111 101001 100001

Color Harmonies of #563277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563277

Black with #563277

Text Example


Text Example

White with #563277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563277; }

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

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

background-color css

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

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

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

border-color css

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

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

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