Html Css Color HEX #00534F Sherpa Blue

📋 copy color: '#00534F'

red 0 ◦ green 83 ◦ blue 79

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

Shades of Sherpa Blue #00534F

Tints of Sherpa Blue #00534F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.77%

R = 0%
G = 51.23%
B = 48.77%

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

#00534F (or 0x00534F) is known color: Sherpa Blue. HEX triplet: 00, 53 and 4F. RGB value is (0,83,79). Sum of RGB (Red+Green+Blue) = 0+83+79=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #00534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00534F is #FFACB0. Grayscale: #393939. Windows color (decimal): -16755889 or 5198592. OLE color: 5198592.

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

Color convert

RGB 0 83 79 -
CMYK 1 0 0.05 0.67
HSL 177.11º 1% 0.16% -
HSV(B) 177.11º 1% 0.33% -
XYZ 4.5 6.75 8.46 -
YUV 57.73 140 86.83 -
System Red Green Blue C M Y K H S L
Decimal 0 83 79 1 0 0.05 0.67 177.11 1 0.16
Hex 0 53 4F 64 0 5 43 B1 64 10
Octal 0 123 117 144 0 5 103 261 144 20
Binary 0 1010011 1001111 1100100 0 101 1000011 10110001 1100100 10000

Color Harmonies of #00534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00534F

Black with #00534F

Text Example


Text Example

White with #00534F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00534F; }

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

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

background-color css

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

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

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

border-color css

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

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

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