#065153

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

Shades of Sherpa Blue #065153

Tints of Sherpa Blue #065153

Color information

#065153 (or 0x065153) is unknown color: approx Sherpa Blue. HEX triplet: 06, 51 and 53. RGB value is (6,81,83). Sum of RGB (Red+Green+Blue) = 6+81+83=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #065153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065153 is #F9AEAC. Grayscale: #3A3A3A. Windows color (decimal): -16363181 or 5460230. OLE color: 5460230.

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

Color convert

RGB68183-
CMYK0.930.0200.67
HSL181.56º86.52%17.45%-
HSV(B)181.56º92.77%32.55%-
XYZ4.586.559.21-
YUV58.8141.6590.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=3.53%
G=47.65%
B=48.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal681830.930.0200.67181.5686.5217.45
Hex651535D2043b65711
Octal61211231352010326612721
Binary110101000110100111011101100100001110110110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065153; }

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

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

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

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

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

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

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

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