#75A0BE

Color #75A0BE Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #75A0BE

Tints of Shakespeare #75A0BE

Color information

#75A0BE (or 0x75A0BE) is unknown color: approx Shakespeare. HEX triplet: 75, A0 and BE. RGB value is (117,160,190). Sum of RGB (Red+Green+Blue) = 117+160+190=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #75A0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0BE is #8A5F41. Grayscale: #969696. Windows color (decimal): -9068354 or 12492917. OLE color: 12492917.

HSL color Cylindrical-coordinate representation of color #75A0BE: hue angle of 204.66º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A0BE is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117160190-
CMYK0.380.1600.25
HSL204.66º35.96%60.2%-
HSV(B)204.66º38.42%74.51%-
XYZ29.232.6453.48-
YUV150.56150.25104.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 160 (62.89% from 255) = 34.26%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=25.05%
G=34.26%
B=40.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171601900.380.1600.25204.6635.9660.2
Hex75A0BE2610019cd243c
Octal16524027646200313154474
Binary111010110100000101111101001101000001100111001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A0BE; }

 p { color: rgb(117,160,190); }

 H1.HeaderClassName
 {
   color: #75A0BE;
 }
 .AnyTagClassName
 {
   color: #75A0BE;
 }
</style>
background-color css

<style>
 a { background-color: #75A0BE; }

 a { background-color: rgb(117,160,190); }

 div.DivClassName
 {
   background-color: #75A0BE;
 }
 .BgClassName
 {
   background-color: #75A0BE;
 }
</style>
border-color css

<style>
 span { border-color: #75A0BE; }

 span { border-color: rgb(117,160,190); }

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