Html Css Color HEX #55274E Loulou

📋 copy color: '#55274E'

red 85 ◦ green 39 ◦ blue 78

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

Shades of Loulou #55274E

Tints of Loulou #55274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 42.08%
G = 19.31%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55274E (or 0x55274E) is known color: Loulou. HEX triplet: 55, 27 and 4E. RGB value is (85,39,78). Sum of RGB (Red+Green+Blue) = 85+39+78=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #55274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55274E is #AAD8B1. Grayscale: #393939. Windows color (decimal): -11196594 or 5121877. OLE color: 5121877.

HSL color Cylindrical-coordinate representation of color #55274E: hue angle of 309.13º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55274E is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 39 78 -
CMYK 0 0.54 0.08 0.67
HSL 309.13º 0.37% 0.24% -
HSV(B) 309.13º 0.54% 0.33% -
XYZ 5.85 3.93 7.66 -
YUV 57.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 85 39 78 0 0.54 0.08 0.67 309.13 0.37 0.24
Hex 55 27 4E 0 36 8 43 135 25 18
Octal 125 47 116 0 66 10 103 465 45 30
Binary 1010101 100111 1001110 0 110110 1000 1000011 100110101 100101 11000

Color Harmonies of #55274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55274E

Black with #55274E

Text Example


Text Example

White with #55274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55274E; }

 p { color: rgb(85,39,78); }

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

background-color css

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

 a { background-color: rgb(85,39,78); }

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

border-color css

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

 span { border-color: rgb(85,39,78); }

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