Html Css Color HEX #536591 Waikawa Grey

📋 copy color: '#536591'

red 83 ◦ green 101 ◦ blue 145

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

Shades of Waikawa Grey #536591

Tints of Waikawa Grey #536591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

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

R = 25.23%
G = 30.7%
B = 44.07%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536591 (or 0x536591) is known color: Waikawa Grey. HEX triplet: 53, 65 and 91. RGB value is (83,101,145). Sum of RGB (Red+Green+Blue) = 83+101+145=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #536591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536591 is #AC9A6E. Grayscale: #646464. Windows color (decimal): -11311727 or 9528659. OLE color: 9528659.

HSL color Cylindrical-coordinate representation of color #536591: hue angle of 222.58º 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 #536591 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 101 145 -
CMYK 0.43 0.30 0 0.43
HSL 222.58º 0.27% 0.45% -
HSV(B) 222.58º 0.43% 0.57% -
XYZ 13.33 13.19 28.63 -
YUV 100.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 83 101 145 0.43 0.30 0 0.43 222.58 0.27 0.45
Hex 53 65 91 2B 1E 0 2B DF 1B 2D
Octal 123 145 221 53 36 0 53 337 33 55
Binary 1010011 1100101 10010001 101011 11110 0 101011 11011111 11011 101101

Color Harmonies of #536591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536591

Black with #536591

Text Example


Text Example

White with #536591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536591; }

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

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

background-color css

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

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

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

border-color css

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

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

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