Html Css Color HEX #536393 Waikawa Grey

📋 copy color: '#536393'

red 83 ◦ green 99 ◦ blue 147

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

Shades of Waikawa Grey #536393

Tints of Waikawa Grey #536393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

 BLUE value IS 147 (57.81% from 255) = 44.68%

R = 25.23%
G = 30.09%
B = 44.68%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536393 (or 0x536393) is known color: Waikawa Grey. HEX triplet: 53, 63 and 93. RGB value is (83,99,147). Sum of RGB (Red+Green+Blue) = 83+99+147=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #536393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536393 is #AC9C6C. Grayscale: #636363. Windows color (decimal): -11312237 or 9659219. OLE color: 9659219.

HSL color Cylindrical-coordinate representation of color #536393: hue angle of 225º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #536393 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 99 147 -
CMYK 0.44 0.33 0 0.42
HSL 225º 0.28% 0.45% -
HSV(B) 225º 0.44% 0.58% -
XYZ 13.3 12.87 29.39 -
YUV 99.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 83 99 147 0.44 0.33 0 0.42 225 0.28 0.45
Hex 53 63 93 2C 21 0 2A E1 1C 2D
Octal 123 143 223 54 41 0 52 341 34 55
Binary 1010011 1100011 10010011 101100 100001 0 101010 11100001 11100 101101

Color Harmonies of #536393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536393

Black with #536393

Text Example


Text Example

White with #536393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536393; }

 p { color: rgb(83,99,147); }

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

background-color css

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

 a { background-color: rgb(83,99,147); }

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

border-color css

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

 span { border-color: rgb(83,99,147); }

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