Html Css Color HEX #553B6E Honey Flower

📋 copy color: '#553B6E'

red 85 ◦ green 59 ◦ blue 110

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

Shades of Honey Flower #553B6E

Tints of Honey Flower #553B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

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

R = 33.46%
G = 23.23%
B = 43.31%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#553B6E (or 0x553B6E) is known color: Honey Flower. HEX triplet: 55, 3B and 6E. RGB value is (85,59,110). Sum of RGB (Red+Green+Blue) = 85+59+110=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #553B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B6E is #AAC491. Grayscale: #484848. Windows color (decimal): -11191442 or 7224149. OLE color: 7224149.

HSL color Cylindrical-coordinate representation of color #553B6E: hue angle of 270.59º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #553B6E is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 59 110 -
CMYK 0.23 0.46 0 0.57
HSL 270.59º 0.3% 0.33% -
HSV(B) 270.59º 0.46% 0.43% -
XYZ 8.12 6.19 15.52 -
YUV 72.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 85 59 110 0.23 0.46 0 0.57 270.59 0.3 0.33
Hex 55 3B 6E 17 2E 0 39 10F 1E 21
Octal 125 73 156 27 56 0 71 417 36 41
Binary 1010101 111011 1101110 10111 101110 0 111001 100001111 11110 100001

Color Harmonies of #553B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B6E

Black with #553B6E

Text Example


Text Example

White with #553B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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