Html Css Color HEX #07585C Mosque

📋 copy color: '#07585C'

red 7 ◦ green 88 ◦ blue 92

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

Shades of Mosque #07585C

Tints of Mosque #07585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 3.74%
G = 47.06%
B = 49.2%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07585C (or 0x07585C) is known color: Mosque. HEX triplet: 07, 58 and 5C. RGB value is (7,88,92). Sum of RGB (Red+Green+Blue) = 7+88+92=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #07585C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07585C is #F8A7A3. Grayscale: #404040. Windows color (decimal): -16295844 or 6051847. OLE color: 6051847.

HSL color Cylindrical-coordinate representation of color #07585C: hue angle of 182.82º 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 #07585C is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 88 92 -
CMYK 0.92 0.04 0 0.64
HSL 182.82º 0.86% 0.19% -
HSV(B) 182.82º 0.92% 0.36% -
XYZ 5.51 7.8 11.34 -
YUV 64.24 143.66 87.17 -
System Red Green Blue C M Y K H S L
Decimal 7 88 92 0.92 0.04 0 0.64 182.82 0.86 0.19
Hex 7 58 5C 5C 4 0 40 B7 56 13
Octal 7 130 134 134 4 0 100 267 126 23
Binary 111 1011000 1011100 1011100 100 0 1000000 10110111 1010110 10011

Color Harmonies of #07585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07585C

Black with #07585C

Text Example


Text Example

White with #07585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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