Html Css Color HEX #04525E Sherpa Blue

📋 copy color: '#04525E'

red 4 ◦ green 82 ◦ blue 94

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

Shades of Sherpa Blue #04525E

Tints of Sherpa Blue #04525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.22%

R = 2.22%
G = 45.56%
B = 52.22%

CMYK

 C value IS 0.96

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#04525E (or 0x04525E) is known color: Sherpa Blue. HEX triplet: 04, 52 and 5E. RGB value is (4,82,94). Sum of RGB (Red+Green+Blue) = 4+82+94=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #04525E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04525E is #FBADA1. Grayscale: #3B3B3B. Windows color (decimal): -16493986 or 6181380. OLE color: 6181380.

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

Color convert

RGB 4 82 94 -
CMYK 0.96 0.13 0 0.63
HSL 188º 0.92% 0.19% -
HSV(B) 188º 0.96% 0.37% -
XYZ 5.09 6.87 11.65 -
YUV 60.05 147.16 88.02 -
System Red Green Blue C M Y K H S L
Decimal 4 82 94 0.96 0.13 0 0.63 188 0.92 0.19
Hex 4 52 5E 60 D 0 3F BC 5C 13
Octal 4 122 136 140 15 0 77 274 134 23
Binary 100 1010010 1011110 1100000 1101 0 111111 10111100 1011100 10011

Color Harmonies of #04525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04525E

Black with #04525E

Text Example


Text Example

White with #04525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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