#01534E

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

Shades of Sherpa Blue #01534E

Tints of Sherpa Blue #01534E

Color information

#01534E (or 0x01534E) is unknown color: approx Sherpa Blue. HEX triplet: 01, 53 and 4E. RGB value is (1,83,78). Sum of RGB (Red+Green+Blue) = 1+83+78=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #01534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01534E is #FEACB1. Grayscale: #393939. Windows color (decimal): -16690354 or 5133057. OLE color: 5133057.

HSL color Cylindrical-coordinate representation of color #01534E: hue angle of 176.34º 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 #01534E is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB18378-
CMYK0.9900.060.67
HSL176.34º97.62%16.47%-
HSV(B)176.34º98.8%32.55%-
XYZ4.486.748.27-
YUV57.91139.3387.41-

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.23%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=0.62%
G=51.23%
B=48.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal183780.9900.060.67176.3497.6216.47
Hex1534E630643b06210
Octal11231161430610326014220
Binary11010011100111011000110110100001110110000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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