Html Css Color HEX #025A53 Mosque

📋 copy color: '#025A53'

red 2 ◦ green 90 ◦ blue 83

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

Shades of Mosque #025A53

Tints of Mosque #025A53

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

 BLUE value IS 83 (32.81% from 255) = 47.43%

R = 1.14%
G = 51.43%
B = 47.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#025A53 (or 0x025A53) is known color: Mosque. HEX triplet: 02, 5A and 53. RGB value is (2,90,83). Sum of RGB (Red+Green+Blue) = 2+90+83=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #025A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A53 is #FDA5AC. Grayscale: #3E3E3E. Windows color (decimal): -16623021 or 5462530. OLE color: 5462530.

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

Color convert

RGB 2 90 83 -
CMYK 0.98 0 0.08 0.65
HSL 175.23º 0.96% 0.18% -
HSV(B) 175.23º 0.98% 0.35% -
XYZ 5.24 7.95 9.44 -
YUV 62.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 2 90 83 0.98 0 0.08 0.65 175.23 0.96 0.18
Hex 2 5A 53 62 0 8 41 AF 60 12
Octal 2 132 123 142 0 10 101 257 140 22
Binary 10 1011010 1010011 1100010 0 1000 1000001 10101111 1100000 10010

Color Harmonies of #025A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A53

Black with #025A53

Text Example


Text Example

White with #025A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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