#074553

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

Shades of Sherpa Blue #074553

Tints of Sherpa Blue #074553

Color information

#074553 (or 0x074553) is unknown color: approx Sherpa Blue. HEX triplet: 07, 45 and 53. RGB value is (7,69,83). Sum of RGB (Red+Green+Blue) = 7+69+83=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #074553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074553 is #F8BAAC. Grayscale: #333333. Windows color (decimal): -16300717 or 5457159. OLE color: 5457159.

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

Color convert

RGB76983-
CMYK0.920.1700.67
HSL191.05º84.44%17.65%-
HSV(B)191.05º91.57%32.55%-
XYZ3.784.938.94-
YUV52.06145.4695.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=4.40%
G=43.40%
B=52.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal769830.920.1700.67191.0584.4417.65
Hex745535C11043bf5412
Octal710512313421010327712422
Binary111100010110100111011100100010100001110111111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074553; }

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

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

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

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

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

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

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

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