Html Css Color HEX #045853 Mosque

📋 copy color: '#045853'

red 4 ◦ green 88 ◦ blue 83

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

Shades of Mosque #045853

Tints of Mosque #045853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

 BLUE value IS 83 (32.81% from 255) = 47.43%

R = 2.29%
G = 50.29%
B = 47.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#045853 (or 0x045853) is known color: Mosque. HEX triplet: 04, 58 and 53. RGB value is (4,88,83). Sum of RGB (Red+Green+Blue) = 4+88+83=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #045853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045853 is #FBA7AC. Grayscale: #3E3E3E. Windows color (decimal): -16492461 or 5462020. OLE color: 5462020.

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

Color convert

RGB 4 88 83 -
CMYK 0.95 0 0.06 0.65
HSL 176.43º 0.91% 0.18% -
HSV(B) 176.43º 0.95% 0.35% -
XYZ 5.1 7.63 9.39 -
YUV 62.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 4 88 83 0.95 0 0.06 0.65 176.43 0.91 0.18
Hex 4 58 53 5F 0 6 41 B0 5B 12
Octal 4 130 123 137 0 6 101 260 133 22
Binary 100 1011000 1010011 1011111 0 110 1000001 10110000 1011011 10010

Color Harmonies of #045853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045853

Black with #045853

Text Example


Text Example

White with #045853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045853; }

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

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

background-color css

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

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

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

border-color css

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

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

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