Html Css Color HEX #075B5D Mosque

📋 copy color: '#075B5D'

red 7 ◦ green 91 ◦ blue 93

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

Shades of Mosque #075B5D

Tints of Mosque #075B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 47.64%

 BLUE value IS 93 (36.72% from 255) = 48.69%

R = 3.66%
G = 47.64%
B = 48.69%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#075B5D (or 0x075B5D) is known color: Mosque. HEX triplet: 07, 5B and 5D. RGB value is (7,91,93). Sum of RGB (Red+Green+Blue) = 7+91+93=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 91 (35.94% from 255 or 47.64% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #075B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B5D is #F8A4A2. Grayscale: #424242. Windows color (decimal): -16295075 or 6118151. OLE color: 6118151.

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

Color convert

RGB 7 91 93 -
CMYK 0.92 0.02 0 0.64
HSL 181.4º 0.86% 0.2% -
HSV(B) 181.4º 0.92% 0.36% -
XYZ 5.8 8.32 11.66 -
YUV 66.11 143.17 85.84 -
System Red Green Blue C M Y K H S L
Decimal 7 91 93 0.92 0.02 0 0.64 181.4 0.86 0.2
Hex 7 5B 5D 5C 2 0 40 B5 56 14
Octal 7 133 135 134 2 0 100 265 126 24
Binary 111 1011011 1011101 1011100 10 0 1000000 10110101 1010110 10100

Color Harmonies of #075B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B5D

Black with #075B5D

Text Example


Text Example

White with #075B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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