Html Css Color HEX #025D5F Mosque

📋 copy color: '#025D5F'

red 2 ◦ green 93 ◦ blue 95

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

Shades of Mosque #025D5F

Tints of Mosque #025D5F

RGB

 RED value IS 2 (1.17% from 255) = 1.05%

 GREEN value IS 93 (36.72% from 255) = 48.95%

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

R = 1.05%
G = 48.95%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#025D5F (or 0x025D5F) is known color: Mosque. HEX triplet: 02, 5D and 5F. RGB value is (2,93,95). Sum of RGB (Red+Green+Blue) = 2+93+95=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 95 (37.5% from 255 or 50% from 190); Max value from RGB is 95 - color contains mainly: blue. Hex color #025D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025D5F is #FDA2A0. Grayscale: #414141. Windows color (decimal): -16622241 or 6249730. OLE color: 6249730.

HSL color Cylindrical-coordinate representation of color #025D5F: hue angle of 181.29º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025D5F is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 93 95 -
CMYK 0.98 0.02 0 0.63
HSL 181.29º 0.96% 0.19% -
HSV(B) 181.29º 0.98% 0.37% -
XYZ 6 8.67 12.18 -
YUV 66.02 144.35 82.34 -
System Red Green Blue C M Y K H S L
Decimal 2 93 95 0.98 0.02 0 0.63 181.29 0.96 0.19
Hex 2 5D 5F 62 2 0 3F B5 60 13
Octal 2 135 137 142 2 0 77 265 140 23
Binary 10 1011101 1011111 1100010 10 0 111111 10110101 1100000 10011

Color Harmonies of #025D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025D5F

Black with #025D5F

Text Example


Text Example

White with #025D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025D5F; }

 p { color: rgb(2,93,95); }

 H1.HeaderClassName
 {
   color: #025D5F;
 }
 .AnyTagClassName
 {
   color: #025D5F;
 }
</style>

background-color css

<style>
 a { background-color: #025D5F; }

 a { background-color: rgb(2,93,95); }

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

border-color css

<style>
 span { border-color: #025D5F; }

 span { border-color: rgb(2,93,95); }

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