#075358

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

Shades of Sherpa Blue #075358

Tints of Sherpa Blue #075358

Color information

#075358 (or 0x075358) is unknown color: approx Sherpa Blue. HEX triplet: 07, 53 and 58. RGB value is (7,83,88). Sum of RGB (Red+Green+Blue) = 7+83+88=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #075358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075358 is #F8ACA7. Grayscale: #3C3C3C. Windows color (decimal): -16297128 or 5788423. OLE color: 5788423.

HSL color Cylindrical-coordinate representation of color #075358: hue angle of 183.7º 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 #075358 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB78388-
CMYK0.920.0600.65
HSL183.7º85.26%18.63%-
HSV(B)183.7º92.05%34.51%-
XYZ4.946.9410.31-
YUV60.85143.3289.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.93%
GREEN value IS 83 (32.81% from 255) = 46.63%
BLUE value IS 88 (34.77% from 255) = 49.44%
R=3.93%
G=46.63%
B=49.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal783880.920.0600.65183.785.2618.63
Hex753585C6041b85513
Octal71231301346010127012523
Binary1111010011101100010111001100100000110111000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075358; }

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

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

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

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

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

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

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

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