Html Css Color HEX #025F5A Mosque

📋 copy color: '#025F5A'

red 2 ◦ green 95 ◦ blue 90

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

Shades of Mosque #025F5A

Tints of Mosque #025F5A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.8%

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

R = 1.07%
G = 50.8%
B = 48.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#025F5A (or 0x025F5A) is known color: Mosque. HEX triplet: 02, 5F and 5A. RGB value is (2,95,90). Sum of RGB (Red+Green+Blue) = 2+95+90=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #025F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025F5A is #FDA0A5. Grayscale: #424242. Windows color (decimal): -16621734 or 5922562. OLE color: 5922562.

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

Color convert

RGB 2 95 90 -
CMYK 0.98 0 0.05 0.63
HSL 176.77º 0.96% 0.19% -
HSV(B) 176.77º 0.98% 0.37% -
XYZ 5.96 8.94 11.08 -
YUV 66.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 2 95 90 0.98 0 0.05 0.63 176.77 0.96 0.19
Hex 2 5F 5A 62 0 5 3F B1 60 13
Octal 2 137 132 142 0 5 77 261 140 23
Binary 10 1011111 1011010 1100010 0 101 111111 10110001 1100000 10011

Color Harmonies of #025F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025F5A

Black with #025F5A

Text Example


Text Example

White with #025F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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