Html Css Color HEX #05534B Sherpa Blue

📋 copy color: '#05534B'

red 5 ◦ green 83 ◦ blue 75

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

Shades of Sherpa Blue #05534B

Tints of Sherpa Blue #05534B

RGB

 RED value IS 5 (2.34% from 255) = 3.07%

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

 BLUE value IS 75 (29.69% from 255) = 46.01%

R = 3.07%
G = 50.92%
B = 46.01%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#05534B (or 0x05534B) is known color: Sherpa Blue. HEX triplet: 05, 53 and 4B. RGB value is (5,83,75). Sum of RGB (Red+Green+Blue) = 5+83+75=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #05534B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05534B is #FAACB4. Grayscale: #3A3A3A. Windows color (decimal): -16428213 or 4936453. OLE color: 4936453.

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

Color convert

RGB 5 83 75 -
CMYK 0.94 0 0.10 0.67
HSL 173.85º 0.89% 0.17% -
HSV(B) 173.85º 0.94% 0.33% -
XYZ 4.43 6.73 7.72 -
YUV 58.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 5 83 75 0.94 0 0.10 0.67 173.85 0.89 0.17
Hex 5 53 4B 5E 0 A 43 AE 59 11
Octal 5 123 113 136 0 12 103 256 131 21
Binary 101 1010011 1001011 1011110 0 1010 1000011 10101110 1011001 10001

Color Harmonies of #05534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05534B

Black with #05534B

Text Example


Text Example

White with #05534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05534B; }

 p { color: rgb(5,83,75); }

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

background-color css

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

 a { background-color: rgb(5,83,75); }

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

border-color css

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

 span { border-color: rgb(5,83,75); }

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