Html Css Color HEX #05414A Sherpa Blue

📋 copy color: '#05414A'

red 5 ◦ green 65 ◦ blue 74

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

Shades of Sherpa Blue #05414A

Tints of Sherpa Blue #05414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.14%

 BLUE value IS 74 (29.3% from 255) = 51.39%

R = 3.47%
G = 45.14%
B = 51.39%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05414A (or 0x05414A) is known color: Sherpa Blue. HEX triplet: 05, 41 and 4A. RGB value is (5,65,74). Sum of RGB (Red+Green+Blue) = 5+65+74=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #05414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05414A is #FABEB5. Grayscale: #2F2F2F. Windows color (decimal): -16432822 or 4866309. OLE color: 4866309.

HSL color Cylindrical-coordinate representation of color #05414A: hue angle of 187.83º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05414A is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 65 74 -
CMYK 0.93 0.12 0 0.71
HSL 187.83º 0.87% 0.15% -
HSV(B) 187.83º 0.93% 0.29% -
XYZ 3.19 4.31 7.14 -
YUV 48.09 142.62 97.27 -
System Red Green Blue C M Y K H S L
Decimal 5 65 74 0.93 0.12 0 0.71 187.83 0.87 0.15
Hex 5 41 4A 5D C 0 47 BC 57 F
Octal 5 101 112 135 14 0 107 274 127 17
Binary 101 1000001 1001010 1011101 1100 0 1000111 10111100 1010111 1111

Color Harmonies of #05414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05414A

Black with #05414A

Text Example


Text Example

White with #05414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05414A; }

 p { color: rgb(5,65,74); }

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

background-color css

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

 a { background-color: rgb(5,65,74); }

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

border-color css

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

 span { border-color: rgb(5,65,74); }

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