Html Css Color HEX #536293 Waikawa Grey

📋 copy color: '#536293'

red 83 ◦ green 98 ◦ blue 147

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

Shades of Waikawa Grey #536293

Tints of Waikawa Grey #536293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.82%

R = 25.3%
G = 29.88%
B = 44.82%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536293 (or 0x536293) is known color: Waikawa Grey. HEX triplet: 53, 62 and 93. RGB value is (83,98,147). Sum of RGB (Red+Green+Blue) = 83+98+147=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #536293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536293 is #AC9D6C. Grayscale: #626262. Windows color (decimal): -11312493 or 9658963. OLE color: 9658963.

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

Color convert

RGB 83 98 147 -
CMYK 0.44 0.33 0 0.42
HSL 225.94º 0.28% 0.45% -
HSV(B) 225.94º 0.44% 0.58% -
XYZ 13.2 12.68 29.36 -
YUV 99.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 83 98 147 0.44 0.33 0 0.42 225.94 0.28 0.45
Hex 53 62 93 2C 21 0 2A E2 1C 2D
Octal 123 142 223 54 41 0 52 342 34 55
Binary 1010011 1100010 10010011 101100 100001 0 101010 11100010 11100 101101

Color Harmonies of #536293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536293

Black with #536293

Text Example


Text Example

White with #536293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536293; }

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

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

background-color css

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

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

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

border-color css

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

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

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