Html Css Color HEX #04554A Sherpa Blue

📋 copy color: '#04554A'

red 4 ◦ green 85 ◦ blue 74

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

Shades of Sherpa Blue #04554A

Tints of Sherpa Blue #04554A

RGB

 RED value IS 4 (1.95% from 255) = 2.45%

 GREEN value IS 85 (33.59% from 255) = 52.15%

 BLUE value IS 74 (29.3% from 255) = 45.4%

R = 2.45%
G = 52.15%
B = 45.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#04554A (or 0x04554A) is known color: Sherpa Blue. HEX triplet: 04, 55 and 4A. RGB value is (4,85,74). Sum of RGB (Red+Green+Blue) = 4+85+74=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #04554A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04554A is #FBAAB5. Grayscale: #3B3B3B. Windows color (decimal): -16493238 or 4871428. OLE color: 4871428.

HSL color Cylindrical-coordinate representation of color #04554A: hue angle of 171.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04554A is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 85 74 -
CMYK 0.95 0 0.13 0.67
HSL 171.85º 0.91% 0.17% -
HSV(B) 171.85º 0.95% 0.33% -
XYZ 4.53 7.02 7.59 -
YUV 59.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 4 85 74 0.95 0 0.13 0.67 171.85 0.91 0.17
Hex 4 55 4A 5F 0 D 43 AC 5B 11
Octal 4 125 112 137 0 15 103 254 133 21
Binary 100 1010101 1001010 1011111 0 1101 1000011 10101100 1011011 10001

Color Harmonies of #04554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04554A

Black with #04554A

Text Example


Text Example

White with #04554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04554A; }

 p { color: rgb(4,85,74); }

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

background-color css

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

 a { background-color: rgb(4,85,74); }

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

border-color css

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

 span { border-color: rgb(4,85,74); }

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