Html Css Color HEX #536493 Waikawa Grey

📋 copy color: '#536493'

red 83 ◦ green 100 ◦ blue 147

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

Shades of Waikawa Grey #536493

Tints of Waikawa Grey #536493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 25.15%
G = 30.3%
B = 44.55%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536493 (or 0x536493) is known color: Waikawa Grey. HEX triplet: 53, 64 and 93. RGB value is (83,100,147). Sum of RGB (Red+Green+Blue) = 83+100+147=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #536493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536493 is #AC9B6C. Grayscale: #646464. Windows color (decimal): -11311981 or 9659475. OLE color: 9659475.

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

Color convert

RGB 83 100 147 -
CMYK 0.44 0.32 0 0.42
HSL 224.06º 0.28% 0.45% -
HSV(B) 224.06º 0.44% 0.58% -
XYZ 13.39 13.06 29.42 -
YUV 100.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 83 100 147 0.44 0.32 0 0.42 224.06 0.28 0.45
Hex 53 64 93 2C 20 0 2A E0 1C 2D
Octal 123 144 223 54 40 0 52 340 34 55
Binary 1010011 1100100 10010011 101100 100000 0 101010 11100000 11100 101101

Color Harmonies of #536493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536493

Black with #536493

Text Example


Text Example

White with #536493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536493; }

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

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

background-color css

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

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

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

border-color css

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

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

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