Html Css Color HEX #536491 Waikawa Grey

📋 copy color: '#536491'

red 83 ◦ green 100 ◦ blue 145

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

Shades of Waikawa Grey #536491

Tints of Waikawa Grey #536491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

 BLUE value IS 145 (57.03% from 255) = 44.21%

R = 25.3%
G = 30.49%
B = 44.21%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536491 (or 0x536491) is known color: Waikawa Grey. HEX triplet: 53, 64 and 91. RGB value is (83,100,145). Sum of RGB (Red+Green+Blue) = 83+100+145=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 145 - color contains mainly: blue. Hex color #536491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536491 is #AC9B6E. Grayscale: #636363. Windows color (decimal): -11311983 or 9528403. OLE color: 9528403.

HSL color Cylindrical-coordinate representation of color #536491: hue angle of 223.55º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #536491 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 100 145 -
CMYK 0.43 0.31 0 0.43
HSL 223.55º 0.27% 0.45% -
HSV(B) 223.55º 0.43% 0.57% -
XYZ 13.24 13 28.6 -
YUV 100.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 83 100 145 0.43 0.31 0 0.43 223.55 0.27 0.45
Hex 53 64 91 2B 1F 0 2B E0 1B 2D
Octal 123 144 221 53 37 0 53 340 33 55
Binary 1010011 1100100 10010001 101011 11111 0 101011 11100000 11011 101101

Color Harmonies of #536491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536491

Black with #536491

Text Example


Text Example

White with #536491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536491; }

 p { color: rgb(83,100,145); }

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

background-color css

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

 a { background-color: rgb(83,100,145); }

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

border-color css

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

 span { border-color: rgb(83,100,145); }

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