Html Css Color HEX #025A5C Mosque

📋 copy color: '#025A5C'

red 2 ◦ green 90 ◦ blue 92

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

Shades of Mosque #025A5C

Tints of Mosque #025A5C

RGB

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

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

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

R = 1.09%
G = 48.91%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#025A5C (or 0x025A5C) is known color: Mosque. HEX triplet: 02, 5A and 5C. RGB value is (2,90,92). Sum of RGB (Red+Green+Blue) = 2+90+92=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 92 (36.33% from 255 or 50% from 184); Max value from RGB is 92 - color contains mainly: blue. Hex color #025A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A5C is #FDA5A3. Grayscale: #3F3F3F. Windows color (decimal): -16623012 or 6052354. OLE color: 6052354.

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

Color convert

RGB 2 90 92 -
CMYK 0.98 0.02 0 0.64
HSL 181.33º 0.96% 0.18% -
HSV(B) 181.33º 0.98% 0.36% -
XYZ 5.61 8.1 11.39 -
YUV 63.92 143.85 83.84 -
System Red Green Blue C M Y K H S L
Decimal 2 90 92 0.98 0.02 0 0.64 181.33 0.96 0.18
Hex 2 5A 5C 62 2 0 40 B5 60 12
Octal 2 132 134 142 2 0 100 265 140 22
Binary 10 1011010 1011100 1100010 10 0 1000000 10110101 1100000 10010

Color Harmonies of #025A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A5C

Black with #025A5C

Text Example


Text Example

White with #025A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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