Html Css Color HEX #536192 Waikawa Grey

📋 copy color: '#536192'

red 83 ◦ green 97 ◦ blue 146

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

Shades of Waikawa Grey #536192

Tints of Waikawa Grey #536192

RGB

 RED value IS 83 (32.81% from 255) = 25.46%

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 25.46%
G = 29.75%
B = 44.79%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536192 (or 0x536192) is known color: Waikawa Grey. HEX triplet: 53, 61 and 92. RGB value is (83,97,146). Sum of RGB (Red+Green+Blue) = 83+97+146=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #536192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536192 is #AC9E6D. Grayscale: #626262. Windows color (decimal): -11312750 or 9593171. OLE color: 9593171.

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

Color convert

RGB 83 97 146 -
CMYK 0.43 0.34 0 0.43
HSL 226.67º 0.28% 0.45% -
HSV(B) 226.67º 0.43% 0.57% -
XYZ 13.03 12.46 28.91 -
YUV 98.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 83 97 146 0.43 0.34 0 0.43 226.67 0.28 0.45
Hex 53 61 92 2B 22 0 2B E3 1C 2D
Octal 123 141 222 53 42 0 53 343 34 55
Binary 1010011 1100001 10010010 101011 100010 0 101011 11100011 11100 101101

Color Harmonies of #536192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536192

Black with #536192

Text Example


Text Example

White with #536192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536192; }

 p { color: rgb(83,97,146); }

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

background-color css

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

 a { background-color: rgb(83,97,146); }

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

border-color css

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

 span { border-color: rgb(83,97,146); }

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