#065155

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

Shades of Sherpa Blue #065155

Tints of Sherpa Blue #065155

Color information

#065155 (or 0x065155) is unknown color: approx Sherpa Blue. HEX triplet: 06, 51 and 55. RGB value is (6,81,85). Sum of RGB (Red+Green+Blue) = 6+81+85=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #065155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065155 is #F9AEAA. Grayscale: #3A3A3A. Windows color (decimal): -16363179 or 5591302. OLE color: 5591302.

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

Color convert

RGB68185-
CMYK0.930.0500.67
HSL183.04º86.81%17.84%-
HSV(B)183.04º92.94%33.33%-
XYZ4.666.589.62-
YUV59.03142.6590.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=3.49%
G=47.09%
B=49.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal681850.930.0500.67183.0486.8117.84
Hex651555D5043b75712
Octal61211251355010326712722
Binary1101010001101010110111011010100001110110111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065155; }

 p { color: rgb(6,81,85); }

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

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

 a { background-color: rgb(6,81,85); }

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

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

 span { border-color: rgb(6,81,85); }

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