Html Css Color HEX #536694 Waikawa Grey

📋 copy color: '#536694'

red 83 ◦ green 102 ◦ blue 148

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

Shades of Waikawa Grey #536694

Tints of Waikawa Grey #536694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.63%

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

R = 24.92%
G = 30.63%
B = 44.44%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536694 (or 0x536694) is known color: Waikawa Grey. HEX triplet: 53, 66 and 94. RGB value is (83,102,148). Sum of RGB (Red+Green+Blue) = 83+102+148=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #536694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536694 is #AC996B. Grayscale: #656565. Windows color (decimal): -11311468 or 9725523. OLE color: 9725523.

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

Color convert

RGB 83 102 148 -
CMYK 0.44 0.31 0 0.42
HSL 222.46º 0.28% 0.45% -
HSV(B) 222.46º 0.44% 0.58% -
XYZ 13.66 13.48 29.9 -
YUV 101.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 83 102 148 0.44 0.31 0 0.42 222.46 0.28 0.45
Hex 53 66 94 2C 1F 0 2A DE 1C 2D
Octal 123 146 224 54 37 0 52 336 34 55
Binary 1010011 1100110 10010100 101100 11111 0 101010 11011110 11100 101101

Color Harmonies of #536694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536694

Black with #536694

Text Example


Text Example

White with #536694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536694; }

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

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

background-color css

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

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

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

border-color css

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

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

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