Html Css Color HEX #054653 Sherpa Blue

📋 copy color: '#054653'

red 5 ◦ green 70 ◦ blue 83

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

Shades of Sherpa Blue #054653

Tints of Sherpa Blue #054653

RGB

 RED value IS 5 (2.34% from 255) = 3.16%

 GREEN value IS 70 (27.73% from 255) = 44.3%

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

R = 3.16%
G = 44.3%
B = 52.53%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#054653 (or 0x054653) is known color: Sherpa Blue. HEX triplet: 05, 46 and 53. RGB value is (5,70,83). Sum of RGB (Red+Green+Blue) = 5+70+83=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #054653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054653 is #FAB9AC. Grayscale: #333333. Windows color (decimal): -16431533 or 5457413. OLE color: 5457413.

HSL color Cylindrical-coordinate representation of color #054653: hue angle of 190º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054653 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 70 83 -
CMYK 0.94 0.16 0 0.67
HSL 190º 0.89% 0.17% -
HSV(B) 190º 0.94% 0.33% -
XYZ 3.81 5.04 8.95 -
YUV 52.05 145.47 94.44 -
System Red Green Blue C M Y K H S L
Decimal 5 70 83 0.94 0.16 0 0.67 190 0.89 0.17
Hex 5 46 53 5E 10 0 43 BE 59 11
Octal 5 106 123 136 20 0 103 276 131 21
Binary 101 1000110 1010011 1011110 10000 0 1000011 10111110 1011001 10001

Color Harmonies of #054653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054653

Black with #054653

Text Example


Text Example

White with #054653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054653; }

 p { color: rgb(5,70,83); }

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

background-color css

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

 a { background-color: rgb(5,70,83); }

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

border-color css

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

 span { border-color: rgb(5,70,83); }

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