Html Css Color HEX #55304B Loulou

📋 copy color: '#55304B'

red 85 ◦ green 48 ◦ blue 75

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

Shades of Loulou #55304B

Tints of Loulou #55304B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 40.87%
G = 23.08%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55304B (or 0x55304B) is known color: Loulou. HEX triplet: 55, 30 and 4B. RGB value is (85,48,75). Sum of RGB (Red+Green+Blue) = 85+48+75=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #55304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55304B is #AACFB4. Grayscale: #3E3E3E. Windows color (decimal): -11194293 or 4927573. OLE color: 4927573.

HSL color Cylindrical-coordinate representation of color #55304B: hue angle of 316.22º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55304B is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 48 75 -
CMYK 0 0.44 0.12 0.67
HSL 316.22º 0.28% 0.26% -
HSV(B) 316.22º 0.44% 0.33% -
XYZ 6.07 4.55 7.22 -
YUV 62.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 85 48 75 0 0.44 0.12 0.67 316.22 0.28 0.26
Hex 55 30 4B 0 2C C 43 13C 1C 1A
Octal 125 60 113 0 54 14 103 474 34 32
Binary 1010101 110000 1001011 0 101100 1100 1000011 100111100 11100 11010

Color Harmonies of #55304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55304B

Black with #55304B

Text Example


Text Example

White with #55304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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