Html Css Color HEX #554367 Honey Flower

📋 copy color: '#554367'

red 85 ◦ green 67 ◦ blue 103

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

Shades of Honey Flower #554367

Tints of Honey Flower #554367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

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

R = 33.33%
G = 26.27%
B = 40.39%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#554367 (or 0x554367) is known color: Honey Flower. HEX triplet: 55, 43 and 67. RGB value is (85,67,103). Sum of RGB (Red+Green+Blue) = 85+67+103=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #554367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554367 is #AABC98. Grayscale: #4C4C4C. Windows color (decimal): -11189401 or 6767445. OLE color: 6767445.

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

Color convert

RGB 85 67 103 -
CMYK 0.17 0.35 0 0.60
HSL 270º 0.21% 0.33% -
HSV(B) 270º 0.35% 0.4% -
XYZ 8.2 6.92 13.74 -
YUV 76.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 85 67 103 0.17 0.35 0 0.60 270 0.21 0.33
Hex 55 43 67 11 23 0 3C 10E 15 21
Octal 125 103 147 21 43 0 74 416 25 41
Binary 1010101 1000011 1100111 10001 100011 0 111100 100001110 10101 100001

Color Harmonies of #554367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554367

Black with #554367

Text Example


Text Example

White with #554367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554367; }

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

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

background-color css

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

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

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

border-color css

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

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

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