Html Css Color HEX #92A598 Edward

📋 copy color: '#92A598'

red 146 ◦ green 165 ◦ blue 152

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

Shades of Edward #92A598

Tints of Edward #92A598

RGB

 RED value IS 146 (57.42% from 255) = 31.53%

 GREEN value IS 165 (64.84% from 255) = 35.64%

 BLUE value IS 152 (59.77% from 255) = 32.83%

R = 31.53%
G = 35.64%
B = 32.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#92A598 (or 0x92A598) is known color: Edward. HEX triplet: 92, A5 and 98. RGB value is (146,165,152). Sum of RGB (Red+Green+Blue) = 146+165+152=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #92A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A598 is #6D5A67. Grayscale: #9D9D9D. Windows color (decimal): -7166568 or 10003858. OLE color: 10003858.

HSL color Cylindrical-coordinate representation of color #92A598: hue angle of 138.95º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A598 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 146 165 152 -
CMYK 0.12 0 0.08 0.35
HSL 138.95º 0.1% 0.61% -
HSV(B) 138.95º 0.12% 0.65% -
XYZ 30.98 35.29 34.88 -
YUV 157.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 146 165 152 0.12 0 0.08 0.35 138.95 0.1 0.61
Hex 92 A5 98 C 0 8 23 8B A 3D
Octal 222 245 230 14 0 10 43 213 12 75
Binary 10010010 10100101 10011000 1100 0 1000 100011 10001011 1010 111101

Color Harmonies of #92A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A598

Black with #92A598

Text Example


Text Example

White with #92A598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92A598; }

 p { color: rgb(146,165,152); }

 H1.HeaderClassName
 {
   color: #92A598;
 }
 .AnyTagClassName
 {
   color: #92A598;
 }
</style>

background-color css

<style>
 a { background-color: #92A598; }

 a { background-color: rgb(146,165,152); }

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

border-color css

<style>
 span { border-color: #92A598; }

 span { border-color: rgb(146,165,152); }

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