#075052

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

Shades of Sherpa Blue #075052

Tints of Sherpa Blue #075052

Color information

#075052 (or 0x075052) is unknown color: approx Sherpa Blue. HEX triplet: 07, 50 and 52. RGB value is (7,80,82). Sum of RGB (Red+Green+Blue) = 7+80+82=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #075052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075052 is #F8AFAD. Grayscale: #3A3A3A. Windows color (decimal): -16297902 or 5394439. OLE color: 5394439.

HSL color Cylindrical-coordinate representation of color #075052: hue angle of 181.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #075052 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB78082-
CMYK0.910.0200.68
HSL181.6º84.27%17.45%-
HSV(B)181.6º91.46%32.16%-
XYZ4.486.398.98-
YUV58.4141.3291.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.14%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=4.14%
G=47.34%
B=48.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal780820.910.0200.68181.684.2717.45
Hex750525B2044b65411
Octal71201221332010426612421
Binary111101000010100101011011100100010010110110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075052; }

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

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

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

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

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

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

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

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