Html Css Color HEX #55286E Honey Flower

📋 copy color: '#55286E'

red 85 ◦ green 40 ◦ blue 110

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

Shades of Honey Flower #55286E

Tints of Honey Flower #55286E

RGB

 RED value IS 85 (33.59% from 255) = 36.17%

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

 BLUE value IS 110 (43.36% from 255) = 46.81%

R = 36.17%
G = 17.02%
B = 46.81%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55286E (or 0x55286E) is known color: Honey Flower. HEX triplet: 55, 28 and 6E. RGB value is (85,40,110). Sum of RGB (Red+Green+Blue) = 85+40+110=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #55286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55286E is #AAD791. Grayscale: #3D3D3D. Windows color (decimal): -11196306 or 7219285. OLE color: 7219285.

HSL color Cylindrical-coordinate representation of color #55286E: hue angle of 278.57º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55286E is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 40 110 -
CMYK 0.23 0.64 0 0.57
HSL 278.57º 0.47% 0.29% -
HSV(B) 278.57º 0.64% 0.43% -
XYZ 7.32 4.57 15.25 -
YUV 61.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 85 40 110 0.23 0.64 0 0.57 278.57 0.47 0.29
Hex 55 28 6E 17 40 0 39 117 2F 1D
Octal 125 50 156 27 100 0 71 427 57 35
Binary 1010101 101000 1101110 10111 1000000 0 111001 100010111 101111 11101

Color Harmonies of #55286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55286E

Black with #55286E

Text Example


Text Example

White with #55286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,40,110); }

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

background-color css

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

 a { background-color: rgb(85,40,110); }

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

border-color css

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

 span { border-color: rgb(85,40,110); }

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