Html Css Color HEX #536392 Waikawa Grey

📋 copy color: '#536392'

red 83 ◦ green 99 ◦ blue 146

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

Shades of Waikawa Grey #536392

Tints of Waikawa Grey #536392

RGB

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

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

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

R = 25.3%
G = 30.18%
B = 44.51%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536392 (or 0x536392) is known color: Waikawa Grey. HEX triplet: 53, 63 and 92. RGB value is (83,99,146). Sum of RGB (Red+Green+Blue) = 83+99+146=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #536392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536392 is #AC9C6D. Grayscale: #636363. Windows color (decimal): -11312238 or 9593683. OLE color: 9593683.

HSL color Cylindrical-coordinate representation of color #536392: hue angle of 224.76º 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 #536392 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 99 146 -
CMYK 0.43 0.32 0 0.43
HSL 224.76º 0.28% 0.45% -
HSV(B) 224.76º 0.43% 0.57% -
XYZ 13.22 12.84 28.98 -
YUV 99.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 83 99 146 0.43 0.32 0 0.43 224.76 0.28 0.45
Hex 53 63 92 2B 20 0 2B E1 1C 2D
Octal 123 143 222 53 40 0 53 341 34 55
Binary 1010011 1100011 10010010 101011 100000 0 101011 11100001 11100 101101

Color Harmonies of #536392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536392

Black with #536392

Text Example


Text Example

White with #536392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536392; }

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

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

background-color css

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

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

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

border-color css

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

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

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