#065053

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

Shades of Sherpa Blue #065053

Tints of Sherpa Blue #065053

Color information

#065053 (or 0x065053) is unknown color: approx Sherpa Blue. HEX triplet: 06, 50 and 53. RGB value is (6,80,83). Sum of RGB (Red+Green+Blue) = 6+80+83=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #065053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065053 is #F9AFAC. Grayscale: #3A3A3A. Windows color (decimal): -16363437 or 5459974. OLE color: 5459974.

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

Color convert

RGB68083-
CMYK0.930.0400.67
HSL182.34º86.52%17.45%-
HSV(B)182.34º92.77%32.55%-
XYZ4.516.49.18-
YUV58.22141.9890.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.55%
GREEN value IS 80 (31.64% from 255) = 47.34%
BLUE value IS 83 (32.81% from 255) = 49.11%
R=3.55%
G=47.34%
B=49.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal680830.930.0400.67182.3486.5217.45
Hex650535D4043b65711
Octal61201231354010326612721
Binary1101010000101001110111011000100001110110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065053; }

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

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

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

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

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

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

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

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