Html Css Color HEX #55284F Loulou

📋 copy color: '#55284F'

red 85 ◦ green 40 ◦ blue 79

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

Shades of Loulou #55284F

Tints of Loulou #55284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.61%

 BLUE value IS 79 (31.25% from 255) = 38.73%

R = 41.67%
G = 19.61%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55284F (or 0x55284F) is known color: Loulou. HEX triplet: 55, 28 and 4F. RGB value is (85,40,79). Sum of RGB (Red+Green+Blue) = 85+40+79=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 79 (31.25% from 255 or 38.73% from 204); Max value from RGB is 85 - color contains mainly: red. Hex color #55284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55284F is #AAD7B0. Grayscale: #393939. Windows color (decimal): -11196337 or 5187669. OLE color: 5187669.

HSL color Cylindrical-coordinate representation of color #55284F: hue angle of 308º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55284F is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 40 79 -
CMYK 0 0.53 0.07 0.67
HSL 308º 0.36% 0.25% -
HSV(B) 308º 0.53% 0.33% -
XYZ 5.92 4.01 7.86 -
YUV 57.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 85 40 79 0 0.53 0.07 0.67 308 0.36 0.25
Hex 55 28 4F 0 35 7 43 134 24 19
Octal 125 50 117 0 65 7 103 464 44 31
Binary 1010101 101000 1001111 0 110101 111 1000011 100110100 100100 11001

Color Harmonies of #55284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55284F

Black with #55284F

Text Example


Text Example

White with #55284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55284F; }

 p { color: rgb(85,40,79); }

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

background-color css

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

 a { background-color: rgb(85,40,79); }

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

border-color css

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

 span { border-color: rgb(85,40,79); }

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