#065253

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

Shades of Sherpa Blue #065253

Tints of Sherpa Blue #065253

Color information

#065253 (or 0x065253) is unknown color: approx Sherpa Blue. HEX triplet: 06, 52 and 53. RGB value is (6,82,83). Sum of RGB (Red+Green+Blue) = 6+82+83=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #065253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065253 is #F9ADAC. Grayscale: #3B3B3B. Windows color (decimal): -16362925 or 5460486. OLE color: 5460486.

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

Color convert

RGB68283-
CMYK0.930.0100.67
HSL180.78º86.52%17.45%-
HSV(B)180.78º92.77%32.55%-
XYZ4.656.79.23-
YUV59.39141.3289.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.51%
GREEN value IS 82 (32.42% from 255) = 47.95%
BLUE value IS 83 (32.81% from 255) = 48.54%
R=3.51%
G=47.95%
B=48.54%

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
Decimal682830.930.0100.67180.7886.5217.45
Hex652535D1043b55711
Octal61221231351010326512721
Binary11010100101010011101110110100001110110101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065253; }

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

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

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

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

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

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

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

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