#065052

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

Shades of Sherpa Blue #065052

Tints of Sherpa Blue #065052

Color information

#065052 (or 0x065052) is unknown color: approx Sherpa Blue. HEX triplet: 06, 50 and 52. RGB value is (6,80,82). Sum of RGB (Red+Green+Blue) = 6+80+82=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #065052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065052 is #F9AFAD. Grayscale: #3A3A3A. Windows color (decimal): -16363438 or 5394438. OLE color: 5394438.

HSL color Cylindrical-coordinate representation of color #065052: hue angle of 181.58º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065052 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB68082-
CMYK0.930.0200.68
HSL181.58º86.36%17.25%-
HSV(B)181.58º92.68%32.16%-
XYZ4.476.398.98-
YUV58.1141.4890.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 82 (32.42% from 255) = 48.81%
R=3.57%
G=47.62%
B=48.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal680820.930.0200.68181.5886.3617.25
Hex650525D2044b65611
Octal61201221352010426612621
Binary110101000010100101011101100100010010110110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065052; }

 p { color: rgb(6,80,82); }

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

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

 a { background-color: rgb(6,80,82); }

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

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

 span { border-color: rgb(6,80,82); }

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