#065250

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

Shades of Sherpa Blue #065250

Tints of Sherpa Blue #065250

Color information

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

HSL color Cylindrical-coordinate representation of color #065250: hue angle of 178.42º 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 #065250 is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB68280-
CMYK0.9300.020.68
HSL178.42º86.36%17.25%-
HSV(B)178.42º92.68%32.16%-
XYZ4.546.658.63-
YUV59.05139.8290.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682800.9300.020.68178.4286.3617.25
Hex652505D0244b25611
Octal61221201350210426212621
Binary110101001010100001011101010100010010110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065250; }

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

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

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

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

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

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

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

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