Html Css Color HEX #054C4B Sherpa Blue

📋 copy color: '#054C4B'

red 5 ◦ green 76 ◦ blue 75

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

Shades of Sherpa Blue #054C4B

Tints of Sherpa Blue #054C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 48.08%

R = 3.21%
G = 48.72%
B = 48.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#054C4B (or 0x054C4B) is known color: Sherpa Blue. HEX triplet: 05, 4C and 4B. RGB value is (5,76,75). Sum of RGB (Red+Green+Blue) = 5+76+75=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #054C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C4B is #FAB3B4. Grayscale: #363636. Windows color (decimal): -16430005 or 4934661. OLE color: 4934661.

HSL color Cylindrical-coordinate representation of color #054C4B: hue angle of 179.15º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C4B is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 76 75 -
CMYK 0.93 0 0.01 0.70
HSL 179.15º 0.88% 0.16% -
HSV(B) 179.15º 0.93% 0.3% -
XYZ 3.92 5.71 7.55 -
YUV 54.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 5 76 75 0.93 0 0.01 0.70 179.15 0.88 0.16
Hex 5 4C 4B 5D 0 1 46 B3 58 10
Octal 5 114 113 135 0 1 106 263 130 20
Binary 101 1001100 1001011 1011101 0 1 1000110 10110011 1011000 10000

Color Harmonies of #054C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C4B

Black with #054C4B

Text Example


Text Example

White with #054C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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