Html Css Color HEX #553263 Honey Flower

📋 copy color: '#553263'

red 85 ◦ green 50 ◦ blue 99

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

Shades of Honey Flower #553263

Tints of Honey Flower #553263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 36.32%
G = 21.37%
B = 42.31%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#553263 (or 0x553263) is known color: Honey Flower. HEX triplet: 55, 32 and 63. RGB value is (85,50,99). Sum of RGB (Red+Green+Blue) = 85+50+99=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #553263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553263 is #AACD9C. Grayscale: #414141. Windows color (decimal): -11193757 or 6500949. OLE color: 6500949.

HSL color Cylindrical-coordinate representation of color #553263: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #553263 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 50 99 -
CMYK 0.14 0.49 0 0.61
HSL 282.86º 0.33% 0.29% -
HSV(B) 282.86º 0.49% 0.39% -
XYZ 7.14 5.11 12.42 -
YUV 66.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 85 50 99 0.14 0.49 0 0.61 282.86 0.33 0.29
Hex 55 32 63 E 31 0 3D 11B 21 1D
Octal 125 62 143 16 61 0 75 433 41 35
Binary 1010101 110010 1100011 1110 110001 0 111101 100011011 100001 11101

Color Harmonies of #553263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553263

Black with #553263

Text Example


Text Example

White with #553263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553263; }

 p { color: rgb(85,50,99); }

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

background-color css

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

 a { background-color: rgb(85,50,99); }

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

border-color css

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

 span { border-color: rgb(85,50,99); }

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