Html Css Color HEX #56298D Kingfisher Daisy

📋 copy color: '#56298D'

red 86 ◦ green 41 ◦ blue 141

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

Shades of Kingfisher Daisy #56298D

Tints of Kingfisher Daisy #56298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 32.09%
G = 15.3%
B = 52.61%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56298D (or 0x56298D) is known color: Kingfisher Daisy. HEX triplet: 56, 29 and 8D. RGB value is (86,41,141). Sum of RGB (Red+Green+Blue) = 86+41+141=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #56298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56298D is #A9D672. Grayscale: #414141. Windows color (decimal): -11130483 or 9251158. OLE color: 9251158.

HSL color Cylindrical-coordinate representation of color #56298D: hue angle of 267º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56298D is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 41 141 -
CMYK 0.39 0.71 0 0.45
HSL 267º 0.55% 0.36% -
HSV(B) 267º 0.71% 0.55% -
XYZ 9.44 5.49 25.76 -
YUV 65.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 86 41 141 0.39 0.71 0 0.45 267 0.55 0.36
Hex 56 29 8D 27 47 0 2D 10B 37 24
Octal 126 51 215 47 107 0 55 413 67 44
Binary 1010110 101001 10001101 100111 1000111 0 101101 100001011 110111 100100

Color Harmonies of #56298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56298D

Black with #56298D

Text Example


Text Example

White with #56298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56298D; }

 p { color: rgb(86,41,141); }

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

background-color css

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

 a { background-color: rgb(86,41,141); }

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

border-color css

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

 span { border-color: rgb(86,41,141); }

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