Html Css Color HEX #536194 Waikawa Grey

📋 copy color: '#536194'

red 83 ◦ green 97 ◦ blue 148

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

Shades of Waikawa Grey #536194

Tints of Waikawa Grey #536194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.57%

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

R = 25.3%
G = 29.57%
B = 45.12%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536194 (or 0x536194) is known color: Waikawa Grey. HEX triplet: 53, 61 and 94. RGB value is (83,97,148). Sum of RGB (Red+Green+Blue) = 83+97+148=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #536194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536194 is #AC9E6B. Grayscale: #626262. Windows color (decimal): -11312748 or 9724243. OLE color: 9724243.

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

Color convert

RGB 83 97 148 -
CMYK 0.44 0.34 0 0.42
HSL 227.08º 0.28% 0.45% -
HSV(B) 227.08º 0.44% 0.58% -
XYZ 13.19 12.53 29.74 -
YUV 98.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 83 97 148 0.44 0.34 0 0.42 227.08 0.28 0.45
Hex 53 61 94 2C 22 0 2A E3 1C 2D
Octal 123 141 224 54 42 0 52 343 34 55
Binary 1010011 1100001 10010100 101100 100010 0 101010 11100011 11100 101101

Color Harmonies of #536194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536194

Black with #536194

Text Example


Text Example

White with #536194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536194; }

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

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

background-color css

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

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

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

border-color css

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

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

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