Html Css Color HEX #5A938A Patina

📋 copy color: '#5A938A'

red 90 ◦ green 147 ◦ blue 138

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

Shades of Patina #5A938A

Tints of Patina #5A938A

RGB

 RED value IS 90 (35.55% from 255) = 24%

 GREEN value IS 147 (57.81% from 255) = 39.2%

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 24%
G = 39.2%
B = 36.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#5A938A (or 0x5A938A) is known color: Patina. HEX triplet: 5A, 93 and 8A. RGB value is (90,147,138). Sum of RGB (Red+Green+Blue) = 90+147+138=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #5A938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A938A is #A56C75. Grayscale: #808080. Windows color (decimal): -10841206 or 9081690. OLE color: 9081690.

HSL color Cylindrical-coordinate representation of color #5A938A: hue angle of 170.53º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A938A is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 138 -
CMYK 0.39 0 0.06 0.42
HSL 170.53º 0.24% 0.46% -
HSV(B) 170.53º 0.39% 0.58% -
XYZ 19.24 24.88 27.83 -
YUV 128.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 90 147 138 0.39 0 0.06 0.42 170.53 0.24 0.46
Hex 5A 93 8A 27 0 6 2A AB 18 2E
Octal 132 223 212 47 0 6 52 253 30 56
Binary 1011010 10010011 10001010 100111 0 110 101010 10101011 11000 101110

Color Harmonies of #5A938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A938A

Black with #5A938A

Text Example


Text Example

White with #5A938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A938A; }

 p { color: rgb(90,147,138); }

 H1.HeaderClassName
 {
   color: #5A938A;
 }
 .AnyTagClassName
 {
   color: #5A938A;
 }
</style>

background-color css

<style>
 a { background-color: #5A938A; }

 a { background-color: rgb(90,147,138); }

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

border-color css

<style>
 span { border-color: #5A938A; }

 span { border-color: rgb(90,147,138); }

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