Html Css Color HEX #045359 Sherpa Blue

📋 copy color: '#045359'

red 4 ◦ green 83 ◦ blue 89

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

Shades of Sherpa Blue #045359

Tints of Sherpa Blue #045359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

 BLUE value IS 89 (35.16% from 255) = 50.57%

R = 2.27%
G = 47.16%
B = 50.57%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#045359 (or 0x045359) is known color: Sherpa Blue. HEX triplet: 04, 53 and 59. RGB value is (4,83,89). Sum of RGB (Red+Green+Blue) = 4+83+89=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #045359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045359 is #FBACA6. Grayscale: #3B3B3B. Windows color (decimal): -16493735 or 5853956. OLE color: 5853956.

HSL color Cylindrical-coordinate representation of color #045359: hue angle of 184.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045359 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 83 89 -
CMYK 0.96 0.07 0 0.65
HSL 184.24º 0.91% 0.18% -
HSV(B) 184.24º 0.96% 0.35% -
XYZ 4.95 6.93 10.53 -
YUV 60.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 4 83 89 0.96 0.07 0 0.65 184.24 0.91 0.18
Hex 4 53 59 60 7 0 41 B8 5B 12
Octal 4 123 131 140 7 0 101 270 133 22
Binary 100 1010011 1011001 1100000 111 0 1000001 10111000 1011011 10010

Color Harmonies of #045359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045359

Black with #045359

Text Example


Text Example

White with #045359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045359; }

 p { color: rgb(4,83,89); }

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

background-color css

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

 a { background-color: rgb(4,83,89); }

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

border-color css

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

 span { border-color: rgb(4,83,89); }

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