Html Css Color HEX #025E5C Mosque

📋 copy color: '#025E5C'

red 2 ◦ green 94 ◦ blue 92

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

Shades of Mosque #025E5C

Tints of Mosque #025E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50%

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

R = 1.06%
G = 50%
B = 48.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#025E5C (or 0x025E5C) is known color: Mosque. HEX triplet: 02, 5E and 5C. RGB value is (2,94,92). Sum of RGB (Red+Green+Blue) = 2+94+92=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 92 (36.33% from 255 or 48.94% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #025E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E5C is #FDA1A3. Grayscale: #424242. Windows color (decimal): -16621988 or 6053378. OLE color: 6053378.

HSL color Cylindrical-coordinate representation of color #025E5C: hue angle of 178.7º 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 #025E5C is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 94 92 -
CMYK 0.98 0 0.02 0.63
HSL 178.7º 0.96% 0.19% -
HSV(B) 178.7º 0.98% 0.37% -
XYZ 5.96 8.79 11.51 -
YUV 66.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 2 94 92 0.98 0 0.02 0.63 178.7 0.96 0.19
Hex 2 5E 5C 62 0 2 3F B3 60 13
Octal 2 136 134 142 0 2 77 263 140 23
Binary 10 1011110 1011100 1100010 0 10 111111 10110011 1100000 10011

Color Harmonies of #025E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E5C

Black with #025E5C

Text Example


Text Example

White with #025E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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