Html Css Color HEX #553462 Honey Flower

📋 copy color: '#553462'

red 85 ◦ green 52 ◦ blue 98

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

Shades of Honey Flower #553462

Tints of Honey Flower #553462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 36.17%
G = 22.13%
B = 41.7%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553462 (or 0x553462) is known color: Honey Flower. HEX triplet: 55, 34 and 62. RGB value is (85,52,98). Sum of RGB (Red+Green+Blue) = 85+52+98=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #553462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553462 is #AACB9D. Grayscale: #424242. Windows color (decimal): -11193246 or 6435925. OLE color: 6435925.

HSL color Cylindrical-coordinate representation of color #553462: hue angle of 283.04º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #553462 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 52 98 -
CMYK 0.13 0.47 0 0.62
HSL 283.04º 0.31% 0.29% -
HSV(B) 283.04º 0.47% 0.38% -
XYZ 7.18 5.27 12.19 -
YUV 67.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 85 52 98 0.13 0.47 0 0.62 283.04 0.31 0.29
Hex 55 34 62 D 2F 0 3E 11B 1F 1D
Octal 125 64 142 15 57 0 76 433 37 35
Binary 1010101 110100 1100010 1101 101111 0 111110 100011011 11111 11101

Color Harmonies of #553462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553462

Black with #553462

Text Example


Text Example

White with #553462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553462; }

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

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

background-color css

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

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

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

border-color css

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

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

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