Html Css Color HEX #05525D Sherpa Blue

📋 copy color: '#05525D'

red 5 ◦ green 82 ◦ blue 93

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

Shades of Sherpa Blue #05525D

Tints of Sherpa Blue #05525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.56%

 BLUE value IS 93 (36.72% from 255) = 51.67%

R = 2.78%
G = 45.56%
B = 51.67%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05525D (or 0x05525D) is known color: Sherpa Blue. HEX triplet: 05, 52 and 5D. RGB value is (5,82,93). Sum of RGB (Red+Green+Blue) = 5+82+93=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #05525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05525D is #FAADA2. Grayscale: #3C3C3C. Windows color (decimal): -16428451 or 6115845. OLE color: 6115845.

HSL color Cylindrical-coordinate representation of color #05525D: hue angle of 187.5º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05525D is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 82 93 -
CMYK 0.95 0.12 0 0.64
HSL 187.5º 0.9% 0.19% -
HSV(B) 187.5º 0.95% 0.36% -
XYZ 5.06 6.86 11.41 -
YUV 60.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 5 82 93 0.95 0.12 0 0.64 187.5 0.9 0.19
Hex 5 52 5D 5F C 0 40 BC 5A 13
Octal 5 122 135 137 14 0 100 274 132 23
Binary 101 1010010 1011101 1011111 1100 0 1000000 10111100 1011010 10011

Color Harmonies of #05525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05525D

Black with #05525D

Text Example


Text Example

White with #05525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05525D; }

 p { color: rgb(5,82,93); }

 H1.HeaderClassName
 {
   color: #05525D;
 }
 .AnyTagClassName
 {
   color: #05525D;
 }
</style>

background-color css

<style>
 a { background-color: #05525D; }

 a { background-color: rgb(5,82,93); }

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

border-color css

<style>
 span { border-color: #05525D; }

 span { border-color: rgb(5,82,93); }

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