Html Css Color HEX #582F53 Loulou

📋 copy color: '#582F53'

red 88 ◦ green 47 ◦ blue 83

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

Shades of Loulou #582F53

Tints of Loulou #582F53

RGB

 RED value IS 88 (34.77% from 255) = 40.37%

 GREEN value IS 47 (18.75% from 255) = 21.56%

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 40.37%
G = 21.56%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#582F53 (or 0x582F53) is known color: Loulou. HEX triplet: 58, 2F and 53. RGB value is (88,47,83). Sum of RGB (Red+Green+Blue) = 88+47+83=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #582F53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F53 is #A7D0AC. Grayscale: #3F3F3F. Windows color (decimal): -10997933 or 5451608. OLE color: 5451608.

HSL color Cylindrical-coordinate representation of color #582F53: hue angle of 307.32º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F53 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 47 83 -
CMYK 0 0.47 0.06 0.65
HSL 307.32º 0.3% 0.26% -
HSV(B) 307.32º 0.47% 0.35% -
XYZ 6.6 4.73 8.75 -
YUV 63.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 88 47 83 0 0.47 0.06 0.65 307.32 0.3 0.26
Hex 58 2F 53 0 2F 6 41 133 1E 1A
Octal 130 57 123 0 57 6 101 463 36 32
Binary 1011000 101111 1010011 0 101111 110 1000001 100110011 11110 11010

Color Harmonies of #582F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F53

Black with #582F53

Text Example


Text Example

White with #582F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582F53; }

 p { color: rgb(88,47,83); }

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

background-color css

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

 a { background-color: rgb(88,47,83); }

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

border-color css

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

 span { border-color: rgb(88,47,83); }

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