Html Css Color HEX #75569B Studio

📋 copy color: '#75569B'

red 117 ◦ green 86 ◦ blue 155

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

Shades of Studio #75569B

Tints of Studio #75569B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 155 (60.94% from 255) = 43.3%

R = 32.68%
G = 24.02%
B = 43.3%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75569B (or 0x75569B) is known color: Studio. HEX triplet: 75, 56 and 9B. RGB value is (117,86,155). Sum of RGB (Red+Green+Blue) = 117+86+155=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #75569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75569B is #8AA964. Grayscale: #666666. Windows color (decimal): -9087333 or 10180213. OLE color: 10180213.

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

Color convert

RGB 117 86 155 -
CMYK 0.25 0.45 0 0.39
HSL 266.96º 0.29% 0.47% -
HSV(B) 266.96º 0.45% 0.61% -
XYZ 16.58 12.8 32.61 -
YUV 103.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 117 86 155 0.25 0.45 0 0.39 266.96 0.29 0.47
Hex 75 56 9B 19 2D 0 27 10B 1D 2F
Octal 165 126 233 31 55 0 47 413 35 57
Binary 1110101 1010110 10011011 11001 101101 0 100111 100001011 11101 101111

Color Harmonies of #75569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75569B

Black with #75569B

Text Example


Text Example

White with #75569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75569B; }

 p { color: rgb(117,86,155); }

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

background-color css

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

 a { background-color: rgb(117,86,155); }

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

border-color css

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

 span { border-color: rgb(117,86,155); }

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