Html Css Color HEX #07585A Mosque

📋 copy color: '#07585A'

red 7 ◦ green 88 ◦ blue 90

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

Shades of Mosque #07585A

Tints of Mosque #07585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 3.78%
G = 47.57%
B = 48.65%

CMYK

 C value IS 0.92

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#07585A (or 0x07585A) is known color: Mosque. HEX triplet: 07, 58 and 5A. RGB value is (7,88,90). Sum of RGB (Red+Green+Blue) = 7+88+90=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #07585A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07585A is #F8A7A5. Grayscale: #3F3F3F. Windows color (decimal): -16295846 or 5920775. OLE color: 5920775.

HSL color Cylindrical-coordinate representation of color #07585A: hue angle of 181.45º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07585A is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 88 90 -
CMYK 0.92 0.02 0 0.65
HSL 181.45º 0.86% 0.19% -
HSV(B) 181.45º 0.92% 0.35% -
XYZ 5.42 7.76 10.89 -
YUV 64.01 142.66 87.34 -
System Red Green Blue C M Y K H S L
Decimal 7 88 90 0.92 0.02 0 0.65 181.45 0.86 0.19
Hex 7 58 5A 5C 2 0 41 B5 56 13
Octal 7 130 132 134 2 0 101 265 126 23
Binary 111 1011000 1011010 1011100 10 0 1000001 10110101 1010110 10011

Color Harmonies of #07585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07585A

Black with #07585A

Text Example


Text Example

White with #07585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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