Html Css Color HEX #536294 Waikawa Grey

📋 copy color: '#536294'

red 83 ◦ green 98 ◦ blue 148

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

Shades of Waikawa Grey #536294

Tints of Waikawa Grey #536294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 25.23%
G = 29.79%
B = 44.98%

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

#536294 (or 0x536294) is known color: Waikawa Grey. HEX triplet: 53, 62 and 94. RGB value is (83,98,148). Sum of RGB (Red+Green+Blue) = 83+98+148=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #536294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536294 is #AC9D6B. Grayscale: #636363. Windows color (decimal): -11312492 or 9724499. OLE color: 9724499.

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

Color convert

RGB 83 98 148 -
CMYK 0.44 0.34 0 0.42
HSL 226.15º 0.28% 0.45% -
HSV(B) 226.15º 0.44% 0.58% -
XYZ 13.28 12.71 29.77 -
YUV 99.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 83 98 148 0.44 0.34 0 0.42 226.15 0.28 0.45
Hex 53 62 94 2C 22 0 2A E2 1C 2D
Octal 123 142 224 54 42 0 52 342 34 55
Binary 1010011 1100010 10010100 101100 100010 0 101010 11100010 11100 101101

Color Harmonies of #536294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536294

Black with #536294

Text Example


Text Example

White with #536294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536294; }

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

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

background-color css

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

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

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

border-color css

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

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

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