Html Css Color HEX #065054 Sherpa Blue

📋 copy color: '#065054'

red 6 ◦ green 80 ◦ blue 84

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

Shades of Sherpa Blue #065054

Tints of Sherpa Blue #065054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 3.53%
G = 47.06%
B = 49.41%

CMYK

 C value IS 0.93

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#065054 (or 0x065054) is known color: Sherpa Blue. HEX triplet: 06, 50 and 54. RGB value is (6,80,84). Sum of RGB (Red+Green+Blue) = 6+80+84=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #065054 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065054 is #F9AFAB. Grayscale: #3A3A3A. Windows color (decimal): -16363436 or 5525510. OLE color: 5525510.

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

Color convert

RGB 6 80 84 -
CMYK 0.93 0.05 0 0.67
HSL 183.08º 0.87% 0.18% -
HSV(B) 183.08º 0.93% 0.33% -
XYZ 4.54 6.42 9.39 -
YUV 58.33 142.48 90.67 -
System Red Green Blue C M Y K H S L
Decimal 6 80 84 0.93 0.05 0 0.67 183.08 0.87 0.18
Hex 6 50 54 5D 5 0 43 B7 57 12
Octal 6 120 124 135 5 0 103 267 127 22
Binary 110 1010000 1010100 1011101 101 0 1000011 10110111 1010111 10010

Color Harmonies of #065054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065054

Black with #065054

Text Example


Text Example

White with #065054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065054; }

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

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

background-color css

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

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

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

border-color css

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

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

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