Html Css Color HEX #065053 Sherpa Blue

📋 copy color: '#065053'

red 6 ◦ green 80 ◦ blue 83

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

Shades of Sherpa Blue #065053

Tints of Sherpa Blue #065053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.11%

R = 3.55%
G = 47.34%
B = 49.11%

CMYK

 C value IS 0.93

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#065053 (or 0x065053) is known color: Sherpa Blue. HEX triplet: 06, 50 and 53. RGB value is (6,80,83). Sum of RGB (Red+Green+Blue) = 6+80+83=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #065053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065053 is #F9AFAC. Grayscale: #3A3A3A. Windows color (decimal): -16363437 or 5459974. OLE color: 5459974.

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

Color convert

RGB 6 80 83 -
CMYK 0.93 0.04 0 0.67
HSL 182.34º 0.87% 0.17% -
HSV(B) 182.34º 0.93% 0.33% -
XYZ 4.51 6.4 9.18 -
YUV 58.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 6 80 83 0.93 0.04 0 0.67 182.34 0.87 0.17
Hex 6 50 53 5D 4 0 43 B6 57 11
Octal 6 120 123 135 4 0 103 266 127 21
Binary 110 1010000 1010011 1011101 100 0 1000011 10110110 1010111 10001

Color Harmonies of #065053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065053

Black with #065053

Text Example


Text Example

White with #065053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065053; }

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

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

background-color css

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

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

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

border-color css

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

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

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