Html Css Color HEX #506092 Waikawa Grey

📋 copy color: '#506092'

red 80 ◦ green 96 ◦ blue 146

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

Shades of Waikawa Grey #506092

Tints of Waikawa Grey #506092

RGB

 RED value IS 80 (31.64% from 255) = 24.84%

 GREEN value IS 96 (37.89% from 255) = 29.81%

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 24.84%
G = 29.81%
B = 45.34%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#506092 (or 0x506092) is known color: Waikawa Grey. HEX triplet: 50, 60 and 92. RGB value is (80,96,146). Sum of RGB (Red+Green+Blue) = 80+96+146=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #506092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506092 is #AF9F6D. Grayscale: #606060. Windows color (decimal): -11509614 or 9592912. OLE color: 9592912.

HSL color Cylindrical-coordinate representation of color #506092: hue angle of 225.45º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #506092 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 96 146 -
CMYK 0.45 0.34 0 0.43
HSL 225.45º 0.29% 0.44% -
HSV(B) 225.45º 0.45% 0.57% -
XYZ 12.68 12.15 28.87 -
YUV 96.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 80 96 146 0.45 0.34 0 0.43 225.45 0.29 0.44
Hex 50 60 92 2D 22 0 2B E1 1D 2C
Octal 120 140 222 55 42 0 53 341 35 54
Binary 1010000 1100000 10010010 101101 100010 0 101011 11100001 11101 101100

Color Harmonies of #506092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506092

Black with #506092

Text Example


Text Example

White with #506092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506092; }

 p { color: rgb(80,96,146); }

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

background-color css

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

 a { background-color: rgb(80,96,146); }

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

border-color css

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

 span { border-color: rgb(80,96,146); }

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