Html Css Color HEX #75589A Studio

📋 copy color: '#75589A'

red 117 ◦ green 88 ◦ blue 154

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

Shades of Studio #75589A

Tints of Studio #75589A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.9%

R = 32.59%
G = 24.51%
B = 42.9%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75589A (or 0x75589A) is known color: Studio. HEX triplet: 75, 58 and 9A. RGB value is (117,88,154). Sum of RGB (Red+Green+Blue) = 117+88+154=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 154 - color contains mainly: blue. Hex color #75589A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75589A is #8AA765. Grayscale: #676767. Windows color (decimal): -9086822 or 10115189. OLE color: 10115189.

HSL color Cylindrical-coordinate representation of color #75589A: hue angle of 266.36º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75589A is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 88 154 -
CMYK 0.24 0.43 0 0.40
HSL 266.36º 0.27% 0.47% -
HSV(B) 266.36º 0.43% 0.6% -
XYZ 16.66 13.09 32.22 -
YUV 104.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 117 88 154 0.24 0.43 0 0.40 266.36 0.27 0.47
Hex 75 58 9A 18 2B 0 28 10A 1B 2F
Octal 165 130 232 30 53 0 50 412 33 57
Binary 1110101 1011000 10011010 11000 101011 0 101000 100001010 11011 101111

Color Harmonies of #75589A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75589A

Black with #75589A

Text Example


Text Example

White with #75589A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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