Html Css Color HEX #75529F Studio

📋 copy color: '#75529F'

red 117 ◦ green 82 ◦ blue 159

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

Shades of Studio #75529F

Tints of Studio #75529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 32.68%
G = 22.91%
B = 44.41%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75529F (or 0x75529F) is known color: Studio. HEX triplet: 75, 52 and 9F. RGB value is (117,82,159). Sum of RGB (Red+Green+Blue) = 117+82+159=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #75529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75529F is #8AAD60. Grayscale: #646464. Windows color (decimal): -9088353 or 10441333. OLE color: 10441333.

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

Color convert

RGB 117 82 159 -
CMYK 0.26 0.48 0 0.38
HSL 267.27º 0.32% 0.47% -
HSV(B) 267.27º 0.48% 0.62% -
XYZ 16.61 12.32 34.3 -
YUV 101.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 117 82 159 0.26 0.48 0 0.38 267.27 0.32 0.47
Hex 75 52 9F 1A 30 0 26 10B 20 2F
Octal 165 122 237 32 60 0 46 413 40 57
Binary 1110101 1010010 10011111 11010 110000 0 100110 100001011 100000 101111

Color Harmonies of #75529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75529F

Black with #75529F

Text Example


Text Example

White with #75529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75529F; }

 p { color: rgb(117,82,159); }

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

background-color css

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

 a { background-color: rgb(117,82,159); }

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

border-color css

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

 span { border-color: rgb(117,82,159); }

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