Html Css Color HEX #553067 Honey Flower

📋 copy color: '#553067'

red 85 ◦ green 48 ◦ blue 103

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

Shades of Honey Flower #553067

Tints of Honey Flower #553067

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 36.02%
G = 20.34%
B = 43.64%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#553067 (or 0x553067) is known color: Honey Flower. HEX triplet: 55, 30 and 67. RGB value is (85,48,103). Sum of RGB (Red+Green+Blue) = 85+48+103=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #553067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553067 is #AACF98. Grayscale: #414141. Windows color (decimal): -11194265 or 6762581. OLE color: 6762581.

HSL color Cylindrical-coordinate representation of color #553067: hue angle of 280.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553067 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 48 103 -
CMYK 0.17 0.53 0 0.60
HSL 280.36º 0.36% 0.3% -
HSV(B) 280.36º 0.53% 0.4% -
XYZ 7.25 5.02 13.42 -
YUV 65.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 85 48 103 0.17 0.53 0 0.60 280.36 0.36 0.3
Hex 55 30 67 11 35 0 3C 118 24 1E
Octal 125 60 147 21 65 0 74 430 44 36
Binary 1010101 110000 1100111 10001 110101 0 111100 100011000 100100 11110

Color Harmonies of #553067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553067

Black with #553067

Text Example


Text Example

White with #553067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553067; }

 p { color: rgb(85,48,103); }

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

background-color css

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

 a { background-color: rgb(85,48,103); }

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

border-color css

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

 span { border-color: rgb(85,48,103); }

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