Html Css Color HEX #56288A Kingfisher Daisy

📋 copy color: '#56288A'

red 86 ◦ green 40 ◦ blue 138

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

Shades of Kingfisher Daisy #56288A

Tints of Kingfisher Daisy #56288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 32.58%
G = 15.15%
B = 52.27%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56288A (or 0x56288A) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 8A. RGB value is (86,40,138). Sum of RGB (Red+Green+Blue) = 86+40+138=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #56288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56288A is #A9D775. Grayscale: #404040. Windows color (decimal): -11130742 or 9054294. OLE color: 9054294.

HSL color Cylindrical-coordinate representation of color #56288A: hue angle of 268.16º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56288A is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 40 138 -
CMYK 0.38 0.71 0 0.46
HSL 268.16º 0.55% 0.35% -
HSV(B) 268.16º 0.71% 0.54% -
XYZ 9.18 5.33 24.59 -
YUV 64.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 86 40 138 0.38 0.71 0 0.46 268.16 0.55 0.35
Hex 56 28 8A 26 47 0 2E 10C 37 23
Octal 126 50 212 46 107 0 56 414 67 43
Binary 1010110 101000 10001010 100110 1000111 0 101110 100001100 110111 100011

Color Harmonies of #56288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56288A

Black with #56288A

Text Example


Text Example

White with #56288A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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