Html Css Color HEX #05394A Sherpa Blue

📋 copy color: '#05394A'

red 5 ◦ green 57 ◦ blue 74

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

Shades of Sherpa Blue #05394A

Tints of Sherpa Blue #05394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.91%

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

R = 3.68%
G = 41.91%
B = 54.41%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05394A (or 0x05394A) is known color: Sherpa Blue. HEX triplet: 05, 39 and 4A. RGB value is (5,57,74). Sum of RGB (Red+Green+Blue) = 5+57+74=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #05394A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05394A is #FAC6B5. Grayscale: #2B2B2B. Windows color (decimal): -16434870 or 4864261. OLE color: 4864261.

HSL color Cylindrical-coordinate representation of color #05394A: hue angle of 194.78º 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 #05394A is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 57 74 -
CMYK 0.93 0.23 0 0.71
HSL 194.78º 0.87% 0.15% -
HSV(B) 194.78º 0.93% 0.29% -
XYZ 2.76 3.45 7 -
YUV 43.39 145.27 100.62 -
System Red Green Blue C M Y K H S L
Decimal 5 57 74 0.93 0.23 0 0.71 194.78 0.87 0.15
Hex 5 39 4A 5D 17 0 47 C3 57 F
Octal 5 71 112 135 27 0 107 303 127 17
Binary 101 111001 1001010 1011101 10111 0 1000111 11000011 1010111 1111

Color Harmonies of #05394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05394A

Black with #05394A

Text Example


Text Example

White with #05394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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