Html Css Color HEX #56288C Kingfisher Daisy

📋 copy color: '#56288C'

red 86 ◦ green 40 ◦ blue 140

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

Shades of Kingfisher Daisy #56288C

Tints of Kingfisher Daisy #56288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 32.33%
G = 15.04%
B = 52.63%

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

#56288C (or 0x56288C) is known color: Kingfisher Daisy. HEX triplet: 56, 28 and 8C. RGB value is (86,40,140). Sum of RGB (Red+Green+Blue) = 86+40+140=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #56288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56288C is #A9D773. Grayscale: #404040. Windows color (decimal): -11130740 or 9185366. OLE color: 9185366.

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

Color convert

RGB 86 40 140 -
CMYK 0.39 0.71 0 0.45
HSL 267.6º 0.56% 0.35% -
HSV(B) 267.6º 0.71% 0.55% -
XYZ 9.33 5.39 25.36 -
YUV 65.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 86 40 140 0.39 0.71 0 0.45 267.6 0.56 0.35
Hex 56 28 8C 27 47 0 2D 10C 38 23
Octal 126 50 214 47 107 0 55 414 70 43
Binary 1010110 101000 10001100 100111 1000111 0 101101 100001100 111000 100011

Color Harmonies of #56288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56288C

Black with #56288C

Text Example


Text Example

White with #56288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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