#075056

Color #075056 Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #075056

Tints of Sherpa Blue #075056

Color information

#075056 (or 0x075056) is unknown color: approx Sherpa Blue. HEX triplet: 07, 50 and 56. RGB value is (7,80,86). Sum of RGB (Red+Green+Blue) = 7+80+86=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #075056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075056 is #F8AFA9. Grayscale: #3A3A3A. Windows color (decimal): -16297898 or 5656583. OLE color: 5656583.

HSL color Cylindrical-coordinate representation of color #075056: hue angle of 184.56º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075056 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB78086-
CMYK0.920.0700.66
HSL184.56º84.95%18.24%-
HSV(B)184.56º91.86%33.73%-
XYZ4.646.459.81-
YUV58.86143.3291.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.05%
GREEN value IS 80 (31.64% from 255) = 46.24%
BLUE value IS 86 (33.98% from 255) = 49.71%
R=4.05%
G=46.24%
B=49.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal780860.920.0700.66184.5684.9518.24
Hex750565C7042b95512
Octal71201261347010227112522
Binary1111010000101011010111001110100001010111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075056; }

 p { color: rgb(7,80,86); }

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

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

 a { background-color: rgb(7,80,86); }

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

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

 span { border-color: rgb(7,80,86); }

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