#075054

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

Shades of Sherpa Blue #075054

Tints of Sherpa Blue #075054

Color information

#075054 (or 0x075054) is unknown color: approx Sherpa Blue. HEX triplet: 07, 50 and 54. RGB value is (7,80,84). Sum of RGB (Red+Green+Blue) = 7+80+84=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #075054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075054 is #F8AFAB. Grayscale: #3A3A3A. Windows color (decimal): -16297900 or 5525511. OLE color: 5525511.

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

Color convert

RGB78084-
CMYK0.920.0500.67
HSL183.12º84.62%17.84%-
HSV(B)183.12º91.67%32.94%-
XYZ4.566.429.39-
YUV58.63142.3291.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 84 (33.20% from 255) = 49.12%
R=4.09%
G=46.78%
B=49.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal780840.920.0500.67183.1284.6217.84
Hex750545C5043b75512
Octal71201241345010326712522
Binary1111010000101010010111001010100001110110111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075054; }

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

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

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

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

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

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

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

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