Html Css Color HEX #025C55 Mosque

📋 copy color: '#025C55'

red 2 ◦ green 92 ◦ blue 85

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

Shades of Mosque #025C55

Tints of Mosque #025C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 51.4%

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 1.12%
G = 51.4%
B = 47.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#025C55 (or 0x025C55) is known color: Mosque. HEX triplet: 02, 5C and 55. RGB value is (2,92,85). Sum of RGB (Red+Green+Blue) = 2+92+85=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 92 (36.33% from 255 or 51.40% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 92 - color contains mainly: green. Hex color #025C55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C55 is #FDA3AA. Grayscale: #404040. Windows color (decimal): -16622507 or 5594114. OLE color: 5594114.

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

Color convert

RGB 2 92 85 -
CMYK 0.98 0 0.08 0.64
HSL 175.33º 0.96% 0.18% -
HSV(B) 175.33º 0.98% 0.36% -
XYZ 5.49 8.32 9.91 -
YUV 64.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 2 92 85 0.98 0 0.08 0.64 175.33 0.96 0.18
Hex 2 5C 55 62 0 8 40 AF 60 12
Octal 2 134 125 142 0 10 100 257 140 22
Binary 10 1011100 1010101 1100010 0 1000 1000000 10101111 1100000 10010

Color Harmonies of #025C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C55

Black with #025C55

Text Example


Text Example

White with #025C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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