Html Css Color HEX #55286B Honey Flower

📋 copy color: '#55286B'

red 85 ◦ green 40 ◦ blue 107

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

Shades of Honey Flower #55286B

Tints of Honey Flower #55286B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.12%

R = 36.64%
G = 17.24%
B = 46.12%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55286B (or 0x55286B) is known color: Honey Flower. HEX triplet: 55, 28 and 6B. RGB value is (85,40,107). Sum of RGB (Red+Green+Blue) = 85+40+107=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #55286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55286B is #AAD794. Grayscale: #3C3C3C. Windows color (decimal): -11196309 or 7022677. OLE color: 7022677.

HSL color Cylindrical-coordinate representation of color #55286B: hue angle of 280.3º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55286B is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 40 107 -
CMYK 0.21 0.63 0 0.58
HSL 280.3º 0.46% 0.29% -
HSV(B) 280.3º 0.63% 0.42% -
XYZ 7.16 4.51 14.4 -
YUV 61.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 85 40 107 0.21 0.63 0 0.58 280.3 0.46 0.29
Hex 55 28 6B 15 3F 0 3A 118 2E 1D
Octal 125 50 153 25 77 0 72 430 56 35
Binary 1010101 101000 1101011 10101 111111 0 111010 100011000 101110 11101

Color Harmonies of #55286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55286B

Black with #55286B

Text Example


Text Example

White with #55286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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