Html Css Color HEX #56288F Kingfisher Daisy

📋 copy color: '#56288F'

red 86 ◦ green 40 ◦ blue 143

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

Shades of Kingfisher Daisy #56288F

Tints of Kingfisher Daisy #56288F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 143 (56.25% from 255) = 53.16%

R = 31.97%
G = 14.87%
B = 53.16%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56288F (or 0x56288F) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 8F. RGB value is (86,40,143). Sum of RGB (Red+Green+Blue) = 86+40+143=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #56288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56288F is #A9D770. Grayscale: #414141. Windows color (decimal): -11130737 or 9381974. OLE color: 9381974.

HSL color Cylindrical-coordinate representation of color #56288F: hue angle of 266.8º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56288F is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 40 143 -
CMYK 0.40 0.72 0 0.44
HSL 266.8º 0.56% 0.36% -
HSV(B) 266.8º 0.72% 0.56% -
XYZ 9.55 5.48 26.54 -
YUV 65.5 171.74 142.62 -
System Red Green Blue C M Y K H S L
Decimal 86 40 143 0.40 0.72 0 0.44 266.8 0.56 0.36
Hex 56 28 8F 28 48 0 2C 10B 38 24
Octal 126 50 217 50 110 0 54 413 70 44
Binary 1010110 101000 10001111 101000 1001000 0 101100 100001011 111000 100100

Color Harmonies of #56288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56288F

Black with #56288F

Text Example


Text Example

White with #56288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56288F; }

 p { color: rgb(86,40,143); }

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

background-color css

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

 a { background-color: rgb(86,40,143); }

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

border-color css

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

 span { border-color: rgb(86,40,143); }

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