#065354

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

Shades of Sherpa Blue #065354

Tints of Sherpa Blue #065354

Color information

#065354 (or 0x065354) is unknown color: approx Sherpa Blue. HEX triplet: 06, 53 and 54. RGB value is (6,83,84). Sum of RGB (Red+Green+Blue) = 6+83+84=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #065354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065354 is #F9ACAB. Grayscale: #3C3C3C. Windows color (decimal): -16362668 or 5526278. OLE color: 5526278.

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

Color convert

RGB68384-
CMYK0.930.0100.67
HSL180.77º86.67%17.65%-
HSV(B)180.77º92.86%32.94%-
XYZ4.776.879.46-
YUV60.09141.4989.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.47%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=3.47%
G=47.98%
B=48.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683840.930.0100.67180.7786.6717.65
Hex653545D1043b55712
Octal61231241351010326512722
Binary11010100111010100101110110100001110110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065354; }

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

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

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

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

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

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

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

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