#065260

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

Shades of Sherpa Blue #065260

Tints of Sherpa Blue #065260

Color information

#065260 (or 0x065260) is unknown color: approx Sherpa Blue. HEX triplet: 06, 52 and 60. RGB value is (6,82,96). Sum of RGB (Red+Green+Blue) = 6+82+96=184 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.26% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #065260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065260 is #F9AD9F. Grayscale: #3C3C3C. Windows color (decimal): -16362912 or 6312454. OLE color: 6312454.

HSL color Cylindrical-coordinate representation of color #065260: hue angle of 189.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065260 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68296-
CMYK0.940.1500.62
HSL189.33º88.24%20%-
HSV(B)189.33º93.75%37.65%-
XYZ5.26.9212.13-
YUV60.87147.8288.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.26%
GREEN value IS 82 (32.42% from 255) = 44.57%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=3.26%
G=44.57%
B=52.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal682960.940.1500.62189.3388.2420
Hex652605EF03Ebd5814
Octal61221401361707627513024
Binary1101010010110000010111101111011111010111101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065260; }

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

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

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

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

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

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

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

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