Html Css Color HEX #56288E Kingfisher Daisy

📋 copy color: '#56288E'

red 86 ◦ green 40 ◦ blue 142

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

Shades of Kingfisher Daisy #56288E

Tints of Kingfisher Daisy #56288E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 32.09%
G = 14.93%
B = 52.99%

CMYK

 C value IS 0.39

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56288E (or 0x56288E) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 8E. RGB value is (86,40,142). Sum of RGB (Red+Green+Blue) = 86+40+142=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #56288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56288E is #A9D771. Grayscale: #414141. Windows color (decimal): -11130738 or 9316438. OLE color: 9316438.

HSL color Cylindrical-coordinate representation of color #56288E: hue angle of 267.06º 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 #56288E is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 40 142 -
CMYK 0.39 0.72 0 0.44
HSL 267.06º 0.56% 0.36% -
HSV(B) 267.06º 0.72% 0.56% -
XYZ 9.48 5.45 26.14 -
YUV 65.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 86 40 142 0.39 0.72 0 0.44 267.06 0.56 0.36
Hex 56 28 8E 27 48 0 2C 10B 38 24
Octal 126 50 216 47 110 0 54 413 70 44
Binary 1010110 101000 10001110 100111 1001000 0 101100 100001011 111000 100100

Color Harmonies of #56288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56288E

Black with #56288E

Text Example


Text Example

White with #56288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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