Html Css Color HEX #05394C Sherpa Blue

📋 copy color: '#05394C'

red 5 ◦ green 57 ◦ blue 76

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

Shades of Sherpa Blue #05394C

Tints of Sherpa Blue #05394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 55.07%

R = 3.62%
G = 41.3%
B = 55.07%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05394C (or 0x05394C) is known color: Sherpa Blue. HEX triplet: 05, 39 and 4C. RGB value is (5,57,76). Sum of RGB (Red+Green+Blue) = 5+57+76=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #05394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05394C is #FAC6B3. Grayscale: #2B2B2B. Windows color (decimal): -16434868 or 4995333. OLE color: 4995333.

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

Color convert

RGB 5 57 76 -
CMYK 0.93 0.25 0 0.70
HSL 196.06º 0.88% 0.16% -
HSV(B) 196.06º 0.93% 0.3% -
XYZ 2.83 3.48 7.36 -
YUV 43.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 5 57 76 0.93 0.25 0 0.70 196.06 0.88 0.16
Hex 5 39 4C 5D 19 0 46 C4 58 10
Octal 5 71 114 135 31 0 106 304 130 20
Binary 101 111001 1001100 1011101 11001 0 1000110 11000100 1011000 10000

Color Harmonies of #05394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05394C

Black with #05394C

Text Example


Text Example

White with #05394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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