Html Css Color HEX #536395 Waikawa Grey

📋 copy color: '#536395'

red 83 ◦ green 99 ◦ blue 149

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

Shades of Waikawa Grey #536395

Tints of Waikawa Grey #536395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 25.08%
G = 29.91%
B = 45.02%

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

#536395 (or 0x536395) is known color: Waikawa Grey. HEX triplet: 53, 63 and 95. RGB value is (83,99,149). Sum of RGB (Red+Green+Blue) = 83+99+149=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #536395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536395 is #AC9C6A. Grayscale: #636363. Windows color (decimal): -11312235 or 9790291. OLE color: 9790291.

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

Color convert

RGB 83 99 149 -
CMYK 0.44 0.34 0 0.42
HSL 225.45º 0.28% 0.45% -
HSV(B) 225.45º 0.44% 0.58% -
XYZ 13.45 12.93 30.22 -
YUV 99.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 83 99 149 0.44 0.34 0 0.42 225.45 0.28 0.45
Hex 53 63 95 2C 22 0 2A E1 1C 2D
Octal 123 143 225 54 42 0 52 341 34 55
Binary 1010011 1100011 10010101 101100 100010 0 101010 11100001 11100 101101

Color Harmonies of #536395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536395

Black with #536395

Text Example


Text Example

White with #536395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536395; }

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

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

background-color css

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

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

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

border-color css

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

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

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