Html Css Color HEX #05414B Sherpa Blue

📋 copy color: '#05414B'

red 5 ◦ green 65 ◦ blue 75

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

Shades of Sherpa Blue #05414B

Tints of Sherpa Blue #05414B

RGB

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

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

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

R = 3.45%
G = 44.83%
B = 51.72%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05414B (or 0x05414B) is known color: Sherpa Blue. HEX triplet: 05, 41 and 4B. RGB value is (5,65,75). Sum of RGB (Red+Green+Blue) = 5+65+75=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #05414B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05414B is #FABEB4. Grayscale: #303030. Windows color (decimal): -16432821 or 4931845. OLE color: 4931845.

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

Color convert

RGB 5 65 75 -
CMYK 0.93 0.13 0 0.71
HSL 188.57º 0.88% 0.16% -
HSV(B) 188.57º 0.93% 0.29% -
XYZ 3.22 4.32 7.32 -
YUV 48.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 5 65 75 0.93 0.13 0 0.71 188.57 0.88 0.16
Hex 5 41 4B 5D D 0 47 BD 58 10
Octal 5 101 113 135 15 0 107 275 130 20
Binary 101 1000001 1001011 1011101 1101 0 1000111 10111101 1011000 10000

Color Harmonies of #05414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05414B

Black with #05414B

Text Example


Text Example

White with #05414B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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