Html Css Color HEX #075C5F Mosque

📋 copy color: '#075C5F'

red 7 ◦ green 92 ◦ blue 95

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

Shades of Mosque #075C5F

Tints of Mosque #075C5F

RGB

 RED value IS 7 (3.13% from 255) = 3.61%

 GREEN value IS 92 (36.33% from 255) = 47.42%

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 3.61%
G = 47.42%
B = 48.97%

CMYK

 C value IS 0.93

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#075C5F (or 0x075C5F) is known color: Mosque. HEX triplet: 07, 5C and 5F. RGB value is (7,92,95). Sum of RGB (Red+Green+Blue) = 7+92+95=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #075C5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075C5F is #F8A3A0. Grayscale: #424242. Windows color (decimal): -16294817 or 6249479. OLE color: 6249479.

HSL color Cylindrical-coordinate representation of color #075C5F: hue angle of 182.05º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #075C5F is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 92 95 -
CMYK 0.93 0.03 0 0.63
HSL 182.05º 0.86% 0.2% -
HSV(B) 182.05º 0.93% 0.37% -
XYZ 5.98 8.53 12.16 -
YUV 66.93 143.84 85.26 -
System Red Green Blue C M Y K H S L
Decimal 7 92 95 0.93 0.03 0 0.63 182.05 0.86 0.2
Hex 7 5C 5F 5D 3 0 3F B6 56 14
Octal 7 134 137 135 3 0 77 266 126 24
Binary 111 1011100 1011111 1011101 11 0 111111 10110110 1010110 10100

Color Harmonies of #075C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C5F

Black with #075C5F

Text Example


Text Example

White with #075C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075C5F; }

 p { color: rgb(7,92,95); }

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

background-color css

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

 a { background-color: rgb(7,92,95); }

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

border-color css

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

 span { border-color: rgb(7,92,95); }

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