Html Css Color HEX #065051 Sherpa Blue

📋 copy color: '#065051'

red 6 ◦ green 80 ◦ blue 81

#065051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #065051

Tints of Sherpa Blue #065051

RGB

 RED value IS 6 (2.73% from 255) = 3.59%

 GREEN value IS 80 (31.64% from 255) = 47.9%

 BLUE value IS 81 (32.03% from 255) = 48.5%

R = 3.59%
G = 47.9%
B = 48.5%

CMYK

 C value IS 0.93

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#065051 (or 0x065051) is known color: Sherpa Blue. HEX triplet: 06, 50 and 51. RGB value is (6,80,81). Sum of RGB (Red+Green+Blue) = 6+80+81=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #065051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065051 is #F9AFAE. Grayscale: #393939. Windows color (decimal): -16363439 or 5328902. OLE color: 5328902.

HSL color Cylindrical-coordinate representation of color #065051: hue angle of 180.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065051 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 80 81 -
CMYK 0.93 0.01 0 0.68
HSL 180.8º 0.86% 0.17% -
HSV(B) 180.8º 0.93% 0.32% -
XYZ 4.43 6.37 8.78 -
YUV 57.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 6 80 81 0.93 0.01 0 0.68 180.8 0.86 0.17
Hex 6 50 51 5D 1 0 44 B5 56 11
Octal 6 120 121 135 1 0 104 265 126 21
Binary 110 1010000 1010001 1011101 1 0 1000100 10110101 1010110 10001

Color Harmonies of #065051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065051

Black with #065051

Text Example


Text Example

White with #065051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065051; }

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

 H1.HeaderClassName
 {
   color: #065051;
 }
 .AnyTagClassName
 {
   color: #065051;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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