Html Css Color HEX #05434D Sherpa Blue

📋 copy color: '#05434D'

red 5 ◦ green 67 ◦ blue 77

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

Shades of Sherpa Blue #05434D

Tints of Sherpa Blue #05434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.97%

 BLUE value IS 77 (30.47% from 255) = 51.68%

R = 3.36%
G = 44.97%
B = 51.68%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05434D (or 0x05434D) is known color: Sherpa Blue. HEX triplet: 05, 43 and 4D. RGB value is (5,67,77). Sum of RGB (Red+Green+Blue) = 5+67+77=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #05434D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05434D is #FABCB2. Grayscale: #313131. Windows color (decimal): -16432307 or 5063429. OLE color: 5063429.

HSL color Cylindrical-coordinate representation of color #05434D: hue angle of 188.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05434D is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 67 77 -
CMYK 0.94 0.13 0 0.70
HSL 188.33º 0.88% 0.16% -
HSV(B) 188.33º 0.94% 0.3% -
XYZ 3.41 4.58 7.73 -
YUV 49.6 143.46 96.19 -
System Red Green Blue C M Y K H S L
Decimal 5 67 77 0.94 0.13 0 0.70 188.33 0.88 0.16
Hex 5 43 4D 5E D 0 46 BC 58 10
Octal 5 103 115 136 15 0 106 274 130 20
Binary 101 1000011 1001101 1011110 1101 0 1000110 10111100 1011000 10000

Color Harmonies of #05434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05434D

Black with #05434D

Text Example


Text Example

White with #05434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05434D; }

 p { color: rgb(5,67,77); }

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

background-color css

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

 a { background-color: rgb(5,67,77); }

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

border-color css

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

 span { border-color: rgb(5,67,77); }

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