Html Css Color HEX #04525D Sherpa Blue

📋 copy color: '#04525D'

red 4 ◦ green 82 ◦ blue 93

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

Shades of Sherpa Blue #04525D

Tints of Sherpa Blue #04525D

RGB

 RED value IS 4 (1.95% from 255) = 2.23%

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

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

R = 2.23%
G = 45.81%
B = 51.96%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04525D (or 0x04525D) is known color: Sherpa Blue. HEX triplet: 04, 52 and 5D. RGB value is (4,82,93). Sum of RGB (Red+Green+Blue) = 4+82+93=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #04525D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04525D is #FBADA2. Grayscale: #3B3B3B. Windows color (decimal): -16493987 or 6115844. OLE color: 6115844.

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

Color convert

RGB 4 82 93 -
CMYK 0.96 0.12 0 0.64
HSL 187.42º 0.92% 0.19% -
HSV(B) 187.42º 0.96% 0.36% -
XYZ 5.04 6.85 11.41 -
YUV 59.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 4 82 93 0.96 0.12 0 0.64 187.42 0.92 0.19
Hex 4 52 5D 60 C 0 40 BB 5C 13
Octal 4 122 135 140 14 0 100 273 134 23
Binary 100 1010010 1011101 1100000 1100 0 1000000 10111011 1011100 10011

Color Harmonies of #04525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04525D

Black with #04525D

Text Example


Text Example

White with #04525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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