Html Css Color HEX #553468 Honey Flower

📋 copy color: '#553468'

red 85 ◦ green 52 ◦ blue 104

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

Shades of Honey Flower #553468

Tints of Honey Flower #553468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 35.27%
G = 21.58%
B = 43.15%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#553468 (or 0x553468) is known color: Honey Flower. HEX triplet: 55, 34 and 68. RGB value is (85,52,104). Sum of RGB (Red+Green+Blue) = 85+52+104=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #553468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553468 is #AACB97. Grayscale: #434343. Windows color (decimal): -11193240 or 6829141. OLE color: 6829141.

HSL color Cylindrical-coordinate representation of color #553468: hue angle of 278.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #553468 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 52 104 -
CMYK 0.18 0.50 0 0.59
HSL 278.08º 0.33% 0.31% -
HSV(B) 278.08º 0.5% 0.41% -
XYZ 7.47 5.39 13.74 -
YUV 67.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 85 52 104 0.18 0.50 0 0.59 278.08 0.33 0.31
Hex 55 34 68 12 32 0 3B 116 21 1F
Octal 125 64 150 22 62 0 73 426 41 37
Binary 1010101 110100 1101000 10010 110010 0 111011 100010110 100001 11111

Color Harmonies of #553468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553468

Black with #553468

Text Example


Text Example

White with #553468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553468; }

 p { color: rgb(85,52,104); }

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

background-color css

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

 a { background-color: rgb(85,52,104); }

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

border-color css

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

 span { border-color: rgb(85,52,104); }

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