Html Css Color HEX #005450 Sherpa Blue

📋 copy color: '#005450'

red 0 ◦ green 84 ◦ blue 80

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

Shades of Sherpa Blue #005450

Tints of Sherpa Blue #005450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 48.78%

R = 0%
G = 51.22%
B = 48.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#005450 (or 0x005450) is known color: Sherpa Blue. HEX triplet: 00, 54 and 50. RGB value is (0,84,80). Sum of RGB (Red+Green+Blue) = 0+84+80=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #005450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005450 is #FFABAF. Grayscale: #3A3A3A. Windows color (decimal): -16755632 or 5264384. OLE color: 5264384.

HSL color Cylindrical-coordinate representation of color #005450: hue angle of 177.14º 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 #005450 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 84 80 -
CMYK 1 0 0.05 0.67
HSL 177.14º 1% 0.16% -
HSV(B) 177.14º 1% 0.33% -
XYZ 4.62 6.92 8.68 -
YUV 58.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 0 84 80 1 0 0.05 0.67 177.14 1 0.16
Hex 0 54 50 64 0 5 43 B1 64 10
Octal 0 124 120 144 0 5 103 261 144 20
Binary 0 1010100 1010000 1100100 0 101 1000011 10110001 1100100 10000

Color Harmonies of #005450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005450

Black with #005450

Text Example


Text Example

White with #005450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005450; }

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

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

background-color css

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

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

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

border-color css

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

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

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