Html Css Color HEX #025C59 Mosque

📋 copy color: '#025C59'

red 2 ◦ green 92 ◦ blue 89

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

Shades of Mosque #025C59

Tints of Mosque #025C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 50.27%

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 1.09%
G = 50.27%
B = 48.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#025C59 (or 0x025C59) is known color: Mosque. HEX triplet: 02, 5C and 59. RGB value is (2,92,89). Sum of RGB (Red+Green+Blue) = 2+92+89=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 92 (36.33% from 255 or 50.27% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 92 - color contains mainly: green. Hex color #025C59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C59 is #FDA3A6. Grayscale: #404040. Windows color (decimal): -16622503 or 5856258. OLE color: 5856258.

HSL color Cylindrical-coordinate representation of color #025C59: hue angle of 178º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C59 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 92 89 -
CMYK 0.98 0 0.03 0.64
HSL 178º 0.96% 0.18% -
HSV(B) 178º 0.98% 0.36% -
XYZ 5.66 8.39 10.77 -
YUV 64.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 2 92 89 0.98 0 0.03 0.64 178 0.96 0.18
Hex 2 5C 59 62 0 3 40 B2 60 12
Octal 2 134 131 142 0 3 100 262 140 22
Binary 10 1011100 1011001 1100010 0 11 1000000 10110010 1100000 10010

Color Harmonies of #025C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C59

Black with #025C59

Text Example


Text Example

White with #025C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,92,89); }

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

background-color css

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

 a { background-color: rgb(2,92,89); }

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

border-color css

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

 span { border-color: rgb(2,92,89); }

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