Html Css Color HEX #05384C Sherpa Blue

📋 copy color: '#05384C'

red 5 ◦ green 56 ◦ blue 76

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

Shades of Sherpa Blue #05384C

Tints of Sherpa Blue #05384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 40.88%

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

R = 3.65%
G = 40.88%
B = 55.47%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05384C (or 0x05384C) is known color: Sherpa Blue. HEX triplet: 05, 38 and 4C. RGB value is (5,56,76). Sum of RGB (Red+Green+Blue) = 5+56+76=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 76 (30.08% from 255 or 55.47% from 137); Max value from RGB is 76 - color contains mainly: blue. Hex color #05384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05384C is #FAC7B3. Grayscale: #2A2A2A. Windows color (decimal): -16435124 or 4995077. OLE color: 4995077.

HSL color Cylindrical-coordinate representation of color #05384C: hue angle of 196.9º 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 #05384C is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 56 76 -
CMYK 0.93 0.26 0 0.70
HSL 196.9º 0.88% 0.16% -
HSV(B) 196.9º 0.93% 0.3% -
XYZ 2.78 3.38 7.34 -
YUV 43.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 5 56 76 0.93 0.26 0 0.70 196.9 0.88 0.16
Hex 5 38 4C 5D 1A 0 46 C5 58 10
Octal 5 70 114 135 32 0 106 305 130 20
Binary 101 111000 1001100 1011101 11010 0 1000110 11000101 1011000 10000

Color Harmonies of #05384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05384C

Black with #05384C

Text Example


Text Example

White with #05384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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