Html Css Color HEX #583053 Loulou

📋 copy color: '#583053'

red 88 ◦ green 48 ◦ blue 83

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

Shades of Loulou #583053

Tints of Loulou #583053

RGB

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

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

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

R = 40.18%
G = 21.92%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#583053 (or 0x583053) is known color: Loulou. HEX triplet: 58, 30 and 53. RGB value is (88,48,83). Sum of RGB (Red+Green+Blue) = 88+48+83=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #583053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583053 is #A7CFAC. Grayscale: #3F3F3F. Windows color (decimal): -10997677 or 5451864. OLE color: 5451864.

HSL color Cylindrical-coordinate representation of color #583053: hue angle of 307.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #583053 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 83 -
CMYK 0 0.45 0.06 0.65
HSL 307.5º 0.29% 0.27% -
HSV(B) 307.5º 0.45% 0.35% -
XYZ 6.64 4.81 8.76 -
YUV 63.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 88 48 83 0 0.45 0.06 0.65 307.5 0.29 0.27
Hex 58 30 53 0 2D 6 41 134 1D 1B
Octal 130 60 123 0 55 6 101 464 35 33
Binary 1011000 110000 1010011 0 101101 110 1000001 100110100 11101 11011

Color Harmonies of #583053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583053

Black with #583053

Text Example


Text Example

White with #583053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583053; }

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

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

background-color css

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

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

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

border-color css

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

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

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