#004553

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

Shades of Sherpa Blue #004553

Tints of Sherpa Blue #004553

Color information

#004553 (or 0x004553) is unknown color: approx Sherpa Blue. HEX triplet: 00, 45 and 53. RGB value is (0,69,83). Sum of RGB (Red+Green+Blue) = 0+69+83=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #004553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004553 is #FFBAAC. Grayscale: #313131. Windows color (decimal): -16759469 or 5457152. OLE color: 5457152.

HSL color Cylindrical-coordinate representation of color #004553: hue angle of 190.12º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004553 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB06983-
CMYK10.1700.67
HSL190.12º100%16.27%-
HSV(B)190.12º100%32.55%-
XYZ3.694.888.93-
YUV49.96146.6492.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 45.39%
BLUE value IS 83 (32.81% from 255) = 54.61%
R=0%
G=45.39%
B=54.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0698310.1700.67190.1210016.27
Hex045536411043be6410
Octal010512314421010327614420
Binary0100010110100111100100100010100001110111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004553; }

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

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

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

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

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

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

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

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