Html Css Color HEX #054C5A Sherpa Blue

📋 copy color: '#054C5A'

red 5 ◦ green 76 ◦ blue 90

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

Shades of Sherpa Blue #054C5A

Tints of Sherpa Blue #054C5A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

 BLUE value IS 90 (35.55% from 255) = 52.63%

R = 2.92%
G = 44.44%
B = 52.63%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#054C5A (or 0x054C5A) is known color: Sherpa Blue. HEX triplet: 05, 4C and 5A. RGB value is (5,76,90). Sum of RGB (Red+Green+Blue) = 5+76+90=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #054C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054C5A is #FAB3A5. Grayscale: #383838. Windows color (decimal): -16429990 or 5917701. OLE color: 5917701.

HSL color Cylindrical-coordinate representation of color #054C5A: hue angle of 189.88º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054C5A is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 76 90 -
CMYK 0.94 0.16 0 0.65
HSL 189.88º 0.89% 0.19% -
HSV(B) 189.88º 0.94% 0.35% -
XYZ 4.49 5.94 10.58 -
YUV 56.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 5 76 90 0.94 0.16 0 0.65 189.88 0.89 0.19
Hex 5 4C 5A 5E 10 0 41 BE 59 13
Octal 5 114 132 136 20 0 101 276 131 23
Binary 101 1001100 1011010 1011110 10000 0 1000001 10111110 1011001 10011

Color Harmonies of #054C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C5A

Black with #054C5A

Text Example


Text Example

White with #054C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054C5A; }

 p { color: rgb(5,76,90); }

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

background-color css

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

 a { background-color: rgb(5,76,90); }

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

border-color css

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

 span { border-color: rgb(5,76,90); }

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