#065255

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

Shades of Sherpa Blue #065255

Tints of Sherpa Blue #065255

Color information

#065255 (or 0x065255) is unknown color: approx Sherpa Blue. HEX triplet: 06, 52 and 55. RGB value is (6,82,85). Sum of RGB (Red+Green+Blue) = 6+82+85=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #065255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065255 is #F9ADAA. Grayscale: #3B3B3B. Windows color (decimal): -16362923 or 5591558. OLE color: 5591558.

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

Color convert

RGB68285-
CMYK0.930.0400.67
HSL182.28º86.81%17.84%-
HSV(B)182.28º92.94%33.33%-
XYZ4.736.739.64-
YUV59.62142.3289.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=3.47%
G=47.40%
B=49.13%

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
Decimal682850.930.0400.67182.2886.8117.84
Hex652555D4043b65712
Octal61221251354010326612722
Binary1101010010101010110111011000100001110110110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065255; }

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

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

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

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

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

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

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

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