Html Css Color HEX #536894 Waikawa Grey

📋 copy color: '#536894'

red 83 ◦ green 104 ◦ blue 148

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

Shades of Waikawa Grey #536894

Tints of Waikawa Grey #536894

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 148 (58.2% from 255) = 44.18%

R = 24.78%
G = 31.04%
B = 44.18%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536894 (or 0x536894) is known color: Waikawa Grey. HEX triplet: 53, 68 and 94. RGB value is (83,104,148). Sum of RGB (Red+Green+Blue) = 83+104+148=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #536894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536894 is #AC976B. Grayscale: #666666. Windows color (decimal): -11310956 or 9726035. OLE color: 9726035.

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

Color convert

RGB 83 104 148 -
CMYK 0.44 0.30 0 0.42
HSL 220.62º 0.28% 0.45% -
HSV(B) 220.62º 0.44% 0.58% -
XYZ 13.86 13.88 29.97 -
YUV 102.74 153.54 113.92 -
System Red Green Blue C M Y K H S L
Decimal 83 104 148 0.44 0.30 0 0.42 220.62 0.28 0.45
Hex 53 68 94 2C 1E 0 2A DD 1C 2D
Octal 123 150 224 54 36 0 52 335 34 55
Binary 1010011 1101000 10010100 101100 11110 0 101010 11011101 11100 101101

Color Harmonies of #536894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536894

Black with #536894

Text Example


Text Example

White with #536894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536894; }

 p { color: rgb(83,104,148); }

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

background-color css

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

 a { background-color: rgb(83,104,148); }

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

border-color css

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

 span { border-color: rgb(83,104,148); }

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