#0C5255

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

Shades of Sherpa Blue #0C5255

Tints of Sherpa Blue #0C5255

Color information

#0C5255 (or 0x0C5255) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 52 and 55. RGB value is (12,82,85). Sum of RGB (Red+Green+Blue) = 12+82+85=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C5255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5255 is #F3ADAA. Grayscale: #3D3D3D. Windows color (decimal): -15969707 or 5591564. OLE color: 5591564.

HSL color Cylindrical-coordinate representation of color #0C5255: hue angle of 182.47º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5255 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB128285-
CMYK0.860.0400.67
HSL182.47º75.26%19.02%-
HSV(B)182.47º85.88%33.33%-
XYZ4.816.779.65-
YUV61.41141.3192.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 82 (32.42% from 255) = 45.81%
BLUE value IS 85 (33.59% from 255) = 47.49%
R=6.70%
G=45.81%
B=47.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1282850.860.0400.67182.4775.2619.02
HexC5255564043b64b13
Octal141221251264010326611323
Binary11001010010101010110101101000100001110110110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5255; }

 p { color: rgb(12,82,85); }

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

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

 a { background-color: rgb(12,82,85); }

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

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

 span { border-color: rgb(12,82,85); }

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