Html Css Color HEX #75529C Studio

📋 copy color: '#75529C'

red 117 ◦ green 82 ◦ blue 156

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

Shades of Studio #75529C

Tints of Studio #75529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 32.96%
G = 23.1%
B = 43.94%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75529C (or 0x75529C) is known color: Studio. HEX triplet: 75, 52 and 9C. RGB value is (117,82,156). Sum of RGB (Red+Green+Blue) = 117+82+156=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #75529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75529C is #8AAD63. Grayscale: #646464. Windows color (decimal): -9088356 or 10244725. OLE color: 10244725.

HSL color Cylindrical-coordinate representation of color #75529C: hue angle of 268.38º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75529C is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 82 156 -
CMYK 0.25 0.47 0 0.39
HSL 268.38º 0.31% 0.47% -
HSV(B) 268.38º 0.47% 0.61% -
XYZ 16.35 12.22 32.95 -
YUV 100.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 117 82 156 0.25 0.47 0 0.39 268.38 0.31 0.47
Hex 75 52 9C 19 2F 0 27 10C 1F 2F
Octal 165 122 234 31 57 0 47 414 37 57
Binary 1110101 1010010 10011100 11001 101111 0 100111 100001100 11111 101111

Color Harmonies of #75529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75529C

Black with #75529C

Text Example


Text Example

White with #75529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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