Html Css Color HEX #075A5B Mosque

📋 copy color: '#075A5B'

red 7 ◦ green 90 ◦ blue 91

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

Shades of Mosque #075A5B

Tints of Mosque #075A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 47.87%

 BLUE value IS 91 (35.94% from 255) = 48.4%

R = 3.72%
G = 47.87%
B = 48.4%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#075A5B (or 0x075A5B) is known color: Mosque. HEX triplet: 07, 5A and 5B. RGB value is (7,90,91). Sum of RGB (Red+Green+Blue) = 7+90+91=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #075A5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075A5B is #F8A5A4. Grayscale: #414141. Windows color (decimal): -16295333 or 5986823. OLE color: 5986823.

HSL color Cylindrical-coordinate representation of color #075A5B: hue angle of 180.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075A5B is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 90 91 -
CMYK 0.92 0.01 0 0.64
HSL 180.71º 0.86% 0.19% -
HSV(B) 180.71º 0.92% 0.36% -
XYZ 5.63 8.11 11.17 -
YUV 65.3 142.5 86.42 -
System Red Green Blue C M Y K H S L
Decimal 7 90 91 0.92 0.01 0 0.64 180.71 0.86 0.19
Hex 7 5A 5B 5C 1 0 40 B5 56 13
Octal 7 132 133 134 1 0 100 265 126 23
Binary 111 1011010 1011011 1011100 1 0 1000000 10110101 1010110 10011

Color Harmonies of #075A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A5B

Black with #075A5B

Text Example


Text Example

White with #075A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,90,91); }

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

background-color css

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

 a { background-color: rgb(7,90,91); }

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

border-color css

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

 span { border-color: rgb(7,90,91); }

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