Html Css Color HEX #75589E Studio

📋 copy color: '#75589E'

red 117 ◦ green 88 ◦ blue 158

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

Shades of Studio #75589E

Tints of Studio #75589E

RGB

 RED value IS 117 (46.09% from 255) = 32.23%

 GREEN value IS 88 (34.77% from 255) = 24.24%

 BLUE value IS 158 (62.11% from 255) = 43.53%

R = 32.23%
G = 24.24%
B = 43.53%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75589E (or 0x75589E) is known color: Studio. HEX triplet: 75, 58 and 9E. RGB value is (117,88,158). Sum of RGB (Red+Green+Blue) = 117+88+158=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 158 - color contains mainly: blue. Hex color #75589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75589E is #8AA761. Grayscale: #686868. Windows color (decimal): -9086818 or 10377333. OLE color: 10377333.

HSL color Cylindrical-coordinate representation of color #75589E: hue angle of 264.86º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75589E is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 88 158 -
CMYK 0.26 0.44 0 0.38
HSL 264.86º 0.28% 0.48% -
HSV(B) 264.86º 0.44% 0.62% -
XYZ 17 13.23 34.01 -
YUV 104.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 117 88 158 0.26 0.44 0 0.38 264.86 0.28 0.48
Hex 75 58 9E 1A 2C 0 26 109 1C 30
Octal 165 130 236 32 54 0 46 411 34 60
Binary 1110101 1011000 10011110 11010 101100 0 100110 100001001 11100 110000

Color Harmonies of #75589E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75589E

Black with #75589E

Text Example


Text Example

White with #75589E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,88,158); }

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

background-color css

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

 a { background-color: rgb(117,88,158); }

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

border-color css

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

 span { border-color: rgb(117,88,158); }

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