Html Css Color HEX #045F58 Mosque

📋 copy color: '#045F58'

red 4 ◦ green 95 ◦ blue 88

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

Shades of Mosque #045F58

Tints of Mosque #045F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.8%

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 2.14%
G = 50.8%
B = 47.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#045F58 (or 0x045F58) is known color: Mosque. HEX triplet: 04, 5F and 58. RGB value is (4,95,88). Sum of RGB (Red+Green+Blue) = 4+95+88=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #045F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045F58 is #FBA0A7. Grayscale: #424242. Windows color (decimal): -16490664 or 5791492. OLE color: 5791492.

HSL color Cylindrical-coordinate representation of color #045F58: hue angle of 175.38º 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 #045F58 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 95 88 -
CMYK 0.96 0 0.07 0.63
HSL 175.38º 0.92% 0.19% -
HSV(B) 175.38º 0.96% 0.37% -
XYZ 5.9 8.91 10.64 -
YUV 66.99 139.85 83.07 -
System Red Green Blue C M Y K H S L
Decimal 4 95 88 0.96 0 0.07 0.63 175.38 0.92 0.19
Hex 4 5F 58 60 0 7 3F AF 5C 13
Octal 4 137 130 140 0 7 77 257 134 23
Binary 100 1011111 1011000 1100000 0 111 111111 10101111 1011100 10011

Color Harmonies of #045F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F58

Black with #045F58

Text Example


Text Example

White with #045F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045F58; }

 p { color: rgb(4,95,88); }

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

background-color css

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

 a { background-color: rgb(4,95,88); }

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

border-color css

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

 span { border-color: rgb(4,95,88); }

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