#075351

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

Shades of Sherpa Blue #075351

Tints of Sherpa Blue #075351

Color information

#075351 (or 0x075351) is unknown color: approx Sherpa Blue. HEX triplet: 07, 53 and 51. RGB value is (7,83,81). Sum of RGB (Red+Green+Blue) = 7+83+81=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #075351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075351 is #F8ACAE. Grayscale: #3B3B3B. Windows color (decimal): -16297135 or 5329671. OLE color: 5329671.

HSL color Cylindrical-coordinate representation of color #075351: hue angle of 178.42º degrees, saturation: 0.84, 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 #075351 is Cyan = 0.92, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB78381-
CMYK0.9200.020.67
HSL178.42º84.44%17.65%-
HSV(B)178.42º91.57%32.55%-
XYZ4.676.838.86-
YUV60.05139.8290.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.09%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=4.09%
G=48.54%
B=47.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal783810.9200.020.67178.4284.4417.65
Hex753515C0243b25412
Octal71231211340210326212422
Binary111101001110100011011100010100001110110010101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075351; }

 p { color: rgb(7,83,81); }

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

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

 a { background-color: rgb(7,83,81); }

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

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

 span { border-color: rgb(7,83,81); }

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