Html Css Color HEX #005446 Sherpa Blue

📋 copy color: '#005446'

red 0 ◦ green 84 ◦ blue 70

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

Shades of Sherpa Blue #005446

Tints of Sherpa Blue #005446

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 84 (33.2% from 255) = 54.55%

 BLUE value IS 70 (27.73% from 255) = 45.45%

R = 0%
G = 54.55%
B = 45.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#005446 (or 0x005446) is known color: Sherpa Blue. HEX triplet: 00, 54 and 46. RGB value is (0,84,70). Sum of RGB (Red+Green+Blue) = 0+84+70=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #005446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005446 is #FFABB9. Grayscale: #393939. Windows color (decimal): -16755642 or 4609024. OLE color: 4609024.

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

Color convert

RGB 0 84 70 -
CMYK 1 0 0.17 0.67
HSL 170º 1% 0.16% -
HSV(B) 170º 1% 0.33% -
XYZ 4.28 6.78 6.88 -
YUV 57.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 0 84 70 1 0 0.17 0.67 170 1 0.16
Hex 0 54 46 64 0 11 43 AA 64 10
Octal 0 124 106 144 0 21 103 252 144 20
Binary 0 1010100 1000110 1100100 0 10001 1000011 10101010 1100100 10000

Color Harmonies of #005446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005446

Black with #005446

Text Example


Text Example

White with #005446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005446; }

 p { color: rgb(0,84,70); }

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

background-color css

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

 a { background-color: rgb(0,84,70); }

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

border-color css

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

 span { border-color: rgb(0,84,70); }

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