#01534D

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

Shades of Sherpa Blue #01534D

Tints of Sherpa Blue #01534D

Color information

#01534D (or 0x01534D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 53 and 4D. RGB value is (1,83,77). Sum of RGB (Red+Green+Blue) = 1+83+77=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #01534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01534D is #FEACB2. Grayscale: #393939. Windows color (decimal): -16690355 or 5067521. OLE color: 5067521.

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

Color convert

RGB18377-
CMYK0.9900.070.67
HSL175.61º97.62%16.47%-
HSV(B)175.61º98.8%32.55%-
XYZ4.456.738.09-
YUV57.8138.8387.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 77 (30.47% from 255) = 47.83%
R=0.62%
G=51.55%
B=47.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183770.9900.070.67175.6197.6216.47
Hex1534D630743b06210
Octal11231151430710326014220
Binary11010011100110111000110111100001110110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,83,77); }

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

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

 a { background-color: rgb(1,83,77); }

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

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

 span { border-color: rgb(1,83,77); }

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