#075057

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

Shades of Sherpa Blue #075057

Tints of Sherpa Blue #075057

Color information

#075057 (or 0x075057) is unknown color: approx Sherpa Blue. HEX triplet: 07, 50 and 57. RGB value is (7,80,87). Sum of RGB (Red+Green+Blue) = 7+80+87=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #075057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075057 is #F8AFA8. Grayscale: #3A3A3A. Windows color (decimal): -16297897 or 5722119. OLE color: 5722119.

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

Color convert

RGB78087-
CMYK0.920.0800.66
HSL185.25º85.11%18.43%-
HSV(B)185.25º91.95%34.12%-
XYZ4.686.4710.02-
YUV58.97143.8290.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 87 (34.38% from 255) = 50%
R=4.02%
G=45.98%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal780870.920.0800.66185.2585.1118.43
Hex750575C8042b95512
Octal712012713410010227112522
Binary11110100001010111101110010000100001010111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075057; }

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

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

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

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

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

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

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

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