Html Css Color HEX #025C53 Mosque

📋 copy color: '#025C53'

red 2 ◦ green 92 ◦ blue 83

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

Shades of Mosque #025C53

Tints of Mosque #025C53

RGB

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

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

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

R = 1.13%
G = 51.98%
B = 46.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#025C53 (or 0x025C53) is known color: Mosque. HEX triplet: 02, 5C and 53. RGB value is (2,92,83). Sum of RGB (Red+Green+Blue) = 2+92+83=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #025C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C53 is #FDA3AC. Grayscale: #404040. Windows color (decimal): -16622509 or 5463042. OLE color: 5463042.

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

Color convert

RGB 2 92 83 -
CMYK 0.98 0 0.10 0.64
HSL 174º 0.96% 0.18% -
HSV(B) 174º 0.98% 0.36% -
XYZ 5.41 8.29 9.5 -
YUV 64.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 2 92 83 0.98 0 0.10 0.64 174 0.96 0.18
Hex 2 5C 53 62 0 A 40 AE 60 12
Octal 2 134 123 142 0 12 100 256 140 22
Binary 10 1011100 1010011 1100010 0 1010 1000000 10101110 1100000 10010

Color Harmonies of #025C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C53

Black with #025C53

Text Example


Text Example

White with #025C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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