#075258

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

Shades of Sherpa Blue #075258

Tints of Sherpa Blue #075258

Color information

#075258 (or 0x075258) is unknown color: approx Sherpa Blue. HEX triplet: 07, 52 and 58. RGB value is (7,82,88). Sum of RGB (Red+Green+Blue) = 7+82+88=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #075258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075258 is #F8ADA7. Grayscale: #3C3C3C. Windows color (decimal): -16297384 or 5788167. OLE color: 5788167.

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

Color convert

RGB78288-
CMYK0.920.0700.65
HSL184.44º85.26%18.63%-
HSV(B)184.44º92.05%34.51%-
XYZ4.876.7810.29-
YUV60.26143.6590.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 82 (32.42% from 255) = 46.33%
BLUE value IS 88 (34.77% from 255) = 49.72%
R=3.95%
G=46.33%
B=49.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal782880.920.0700.65184.4485.2618.63
Hex752585C7041b85513
Octal71221301347010127012523
Binary1111010010101100010111001110100000110111000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075258; }

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

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

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

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

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

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

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

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