#05434D

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

Shades of Sherpa Blue #05434D

Tints of Sherpa Blue #05434D

Color information

#05434D (or 0x05434D) is unknown color: approx Sherpa Blue. HEX triplet: 05, 43 and 4D. RGB value is (5,67,77). Sum of RGB (Red+Green+Blue) = 5+67+77=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #05434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05434D is #FABCB2. Grayscale: #313131. Windows color (decimal): -16432307 or 5063429. OLE color: 5063429.

HSL color Cylindrical-coordinate representation of color #05434D: hue angle of 188.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05434D is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB56777-
CMYK0.940.1300.70
HSL188.33º87.8%16.08%-
HSV(B)188.33º93.51%30.2%-
XYZ3.414.587.73-
YUV49.6143.4696.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 67 (26.56% from 255) = 44.97%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=3.36%
G=44.97%
B=51.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal567770.940.1300.70188.3387.816.08
Hex5434D5ED046bc5810
Octal510311513615010627413020
Binary10110000111001101101111011010100011010111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05434D; }

 p { color: rgb(5,67,77); }

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

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

 a { background-color: rgb(5,67,77); }

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

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

 span { border-color: rgb(5,67,77); }

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