Html Css Color HEX #536295 Waikawa Grey

📋 copy color: '#536295'

red 83 ◦ green 98 ◦ blue 149

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

Shades of Waikawa Grey #536295

Tints of Waikawa Grey #536295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.15%

R = 25.15%
G = 29.7%
B = 45.15%

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

#536295 (or 0x536295) is known color: Waikawa Grey. HEX triplet: 53, 62 and 95. RGB value is (83,98,149). Sum of RGB (Red+Green+Blue) = 83+98+149=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #536295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536295 is #AC9D6A. Grayscale: #636363. Windows color (decimal): -11312491 or 9790035. OLE color: 9790035.

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

Color convert

RGB 83 98 149 -
CMYK 0.44 0.34 0 0.42
HSL 226.36º 0.28% 0.45% -
HSV(B) 226.36º 0.44% 0.58% -
XYZ 13.36 12.74 30.19 -
YUV 99.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 83 98 149 0.44 0.34 0 0.42 226.36 0.28 0.45
Hex 53 62 95 2C 22 0 2A E2 1C 2D
Octal 123 142 225 54 42 0 52 342 34 55
Binary 1010011 1100010 10010101 101100 100010 0 101010 11100010 11100 101101

Color Harmonies of #536295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536295

Black with #536295

Text Example


Text Example

White with #536295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536295; }

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

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

background-color css

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

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

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

border-color css

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

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

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