Html Css Color HEX #05434B Sherpa Blue

📋 copy color: '#05434B'

red 5 ◦ green 67 ◦ blue 75

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

Shades of Sherpa Blue #05434B

Tints of Sherpa Blue #05434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 45.58%

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

R = 3.4%
G = 45.58%
B = 51.02%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#05434B (or 0x05434B) is known color: Sherpa Blue. HEX triplet: 05, 43 and 4B. RGB value is (5,67,75). Sum of RGB (Red+Green+Blue) = 5+67+75=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 75 (29.69% from 255 or 51.02% from 147); Max value from RGB is 75 - color contains mainly: blue. Hex color #05434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05434B is #FABCB4. Grayscale: #313131. Windows color (decimal): -16432309 or 4932357. OLE color: 4932357.

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

Color convert

RGB 5 67 75 -
CMYK 0.93 0.11 0 0.71
HSL 186.86º 0.88% 0.16% -
HSV(B) 186.86º 0.93% 0.29% -
XYZ 3.34 4.55 7.36 -
YUV 49.37 142.46 96.35 -
System Red Green Blue C M Y K H S L
Decimal 5 67 75 0.93 0.11 0 0.71 186.86 0.88 0.16
Hex 5 43 4B 5D B 0 47 BB 58 10
Octal 5 103 113 135 13 0 107 273 130 20
Binary 101 1000011 1001011 1011101 1011 0 1000111 10111011 1011000 10000

Color Harmonies of #05434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05434B

Black with #05434B

Text Example


Text Example

White with #05434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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