Html Css Color HEX #554168 Honey Flower

📋 copy color: '#554168'

red 85 ◦ green 65 ◦ blue 104

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

Shades of Honey Flower #554168

Tints of Honey Flower #554168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 33.46%
G = 25.59%
B = 40.94%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#554168 (or 0x554168) is known color: Honey Flower. HEX triplet: 55, 41 and 68. RGB value is (85,65,104). Sum of RGB (Red+Green+Blue) = 85+65+104=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #554168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554168 is #AABE97. Grayscale: #4B4B4B. Windows color (decimal): -11189912 or 6832469. OLE color: 6832469.

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

Color convert

RGB 85 65 104 -
CMYK 0.18 0.38 0 0.59
HSL 270.77º 0.23% 0.33% -
HSV(B) 270.77º 0.38% 0.41% -
XYZ 8.14 6.71 13.96 -
YUV 75.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 85 65 104 0.18 0.38 0 0.59 270.77 0.23 0.33
Hex 55 41 68 12 26 0 3B 10F 17 21
Octal 125 101 150 22 46 0 73 417 27 41
Binary 1010101 1000001 1101000 10010 100110 0 111011 100001111 10111 100001

Color Harmonies of #554168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554168

Black with #554168

Text Example


Text Example

White with #554168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554168; }

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

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

background-color css

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

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

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

border-color css

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

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

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