#0C5352

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

Shades of Sherpa Blue #0C5352

Tints of Sherpa Blue #0C5352

Color information

#0C5352 (or 0x0C5352) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 53 and 52. RGB value is (12,83,82). Sum of RGB (Red+Green+Blue) = 12+83+82=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C5352 is #F3ACAD. Grayscale: #3D3D3D. Windows color (decimal): -15969454 or 5395212. OLE color: 5395212.

HSL color Cylindrical-coordinate representation of color #0C5352: hue angle of 179.15º 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 #0C5352 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB128382-
CMYK0.8600.010.67
HSL179.15º74.74%18.63%-
HSV(B)179.15º85.54%32.55%-
XYZ4.776.879.06-
YUV61.66139.4892.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.78%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 82 (32.42% from 255) = 46.33%
R=6.78%
G=46.89%
B=46.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1283820.8600.010.67179.1574.7418.63
HexC5352560143b34b13
Octal141231221260110326311323
Binary110010100111010010101011001100001110110011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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