Html Css Color HEX #005359 Sherpa Blue

📋 copy color: '#005359'

red 0 ◦ green 83 ◦ blue 89

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

Shades of Sherpa Blue #005359

Tints of Sherpa Blue #005359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.26%

 BLUE value IS 89 (35.16% from 255) = 51.74%

R = 0%
G = 48.26%
B = 51.74%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#005359 (or 0x005359) is known color: Sherpa Blue. HEX triplet: 00, 53 and 59. RGB value is (0,83,89). Sum of RGB (Red+Green+Blue) = 0+83+89=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #005359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005359 is #FFACA6. Grayscale: #3A3A3A. Windows color (decimal): -16755879 or 5853952. OLE color: 5853952.

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

Color convert

RGB 0 83 89 -
CMYK 1 0.07 0 0.65
HSL 184.04º 1% 0.17% -
HSV(B) 184.04º 1% 0.35% -
XYZ 4.9 6.91 10.53 -
YUV 58.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 0 83 89 1 0.07 0 0.65 184.04 1 0.17
Hex 0 53 59 64 7 0 41 B8 64 11
Octal 0 123 131 144 7 0 101 270 144 21
Binary 0 1010011 1011001 1100100 111 0 1000001 10111000 1100100 10001

Color Harmonies of #005359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005359

Black with #005359

Text Example


Text Example

White with #005359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005359; }

 p { color: rgb(0,83,89); }

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

background-color css

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

 a { background-color: rgb(0,83,89); }

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

border-color css

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

 span { border-color: rgb(0,83,89); }

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