Html Css Color HEX #05384B Sherpa Blue

📋 copy color: '#05384B'

red 5 ◦ green 56 ◦ blue 75

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

Shades of Sherpa Blue #05384B

Tints of Sherpa Blue #05384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 55.15%

R = 3.68%
G = 41.18%
B = 55.15%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05384B (or 0x05384B) is known color: Sherpa Blue. HEX triplet: 05, 38 and 4B. RGB value is (5,56,75). Sum of RGB (Red+Green+Blue) = 5+56+75=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 56 (22.27% from 255 or 41.18% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #05384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05384B is #FAC7B4. Grayscale: #2A2A2A. Windows color (decimal): -16435125 or 4929541. OLE color: 4929541.

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

Color convert

RGB 5 56 75 -
CMYK 0.93 0.25 0 0.71
HSL 196.29º 0.88% 0.16% -
HSV(B) 196.29º 0.93% 0.29% -
XYZ 2.75 3.37 7.16 -
YUV 42.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 5 56 75 0.93 0.25 0 0.71 196.29 0.88 0.16
Hex 5 38 4B 5D 19 0 47 C4 58 10
Octal 5 70 113 135 31 0 107 304 130 20
Binary 101 111000 1001011 1011101 11001 0 1000111 11000100 1011000 10000

Color Harmonies of #05384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05384B

Black with #05384B

Text Example


Text Example

White with #05384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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