#065055

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

Shades of Sherpa Blue #065055

Tints of Sherpa Blue #065055

Color information

#065055 (or 0x065055) is unknown color: approx Sherpa Blue. HEX triplet: 06, 50 and 55. RGB value is (6,80,85). Sum of RGB (Red+Green+Blue) = 6+80+85=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #065055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065055 is #F9AFAA. Grayscale: #3A3A3A. Windows color (decimal): -16363435 or 5591046. OLE color: 5591046.

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

Color convert

RGB68085-
CMYK0.930.0600.67
HSL183.8º86.81%17.84%-
HSV(B)183.8º92.94%33.33%-
XYZ4.586.439.59-
YUV58.44142.9890.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=3.51%
G=46.78%
B=49.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal680850.930.0600.67183.886.8117.84
Hex650555D6043b85712
Octal61201251356010327012722
Binary1101010000101010110111011100100001110111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065055; }

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

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

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

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

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

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

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

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