Html Css Color HEX #025B5A Mosque

📋 copy color: '#025B5A'

red 2 ◦ green 91 ◦ blue 90

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

Shades of Mosque #025B5A

Tints of Mosque #025B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 49.73%

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

R = 1.09%
G = 49.73%
B = 49.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#025B5A (or 0x025B5A) is known color: Mosque. HEX triplet: 02, 5B and 5A. RGB value is (2,91,90). Sum of RGB (Red+Green+Blue) = 2+91+90=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #025B5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B5A is #FDA4A5. Grayscale: #404040. Windows color (decimal): -16622758 or 5921538. OLE color: 5921538.

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

Color convert

RGB 2 91 90 -
CMYK 0.98 0 0.01 0.64
HSL 179.33º 0.96% 0.18% -
HSV(B) 179.33º 0.98% 0.36% -
XYZ 5.61 8.23 10.97 -
YUV 64.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 2 91 90 0.98 0 0.01 0.64 179.33 0.96 0.18
Hex 2 5B 5A 62 0 1 40 B3 60 12
Octal 2 133 132 142 0 1 100 263 140 22
Binary 10 1011011 1011010 1100010 0 1 1000000 10110011 1100000 10010

Color Harmonies of #025B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025B5A

Black with #025B5A

Text Example


Text Example

White with #025B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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