#05525B

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

Shades of Sherpa Blue #05525B

Tints of Sherpa Blue #05525B

Color information

#05525B (or 0x05525B) is unknown color: approx Sherpa Blue. HEX triplet: 05, 52 and 5B. RGB value is (5,82,91). Sum of RGB (Red+Green+Blue) = 5+82+91=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #05525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05525B is #FAADA4. Grayscale: #3B3B3B. Windows color (decimal): -16428453 or 5984773. OLE color: 5984773.

HSL color Cylindrical-coordinate representation of color #05525B: hue angle of 186.28º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05525B is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB58291-
CMYK0.950.1000.64
HSL186.28º89.58%18.82%-
HSV(B)186.28º94.51%35.69%-
XYZ4.976.8210.95-
YUV60145.4988.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 82 (32.42% from 255) = 46.07%
BLUE value IS 91 (35.94% from 255) = 51.12%
R=2.81%
G=46.07%
B=51.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal582910.950.1000.64186.2889.5818.82
Hex5525B5FA040ba5a13
Octal512213313712010027213223
Binary10110100101011011101111110100100000010111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05525B; }

 p { color: rgb(5,82,91); }

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

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

 a { background-color: rgb(5,82,91); }

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

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

 span { border-color: rgb(5,82,91); }

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