Html Css Color HEX #536191 Waikawa Grey

📋 copy color: '#536191'

red 83 ◦ green 97 ◦ blue 145

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

Shades of Waikawa Grey #536191

Tints of Waikawa Grey #536191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

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

R = 25.54%
G = 29.85%
B = 44.62%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536191 (or 0x536191) is known color: Waikawa Grey. HEX triplet: 53, 61 and 91. RGB value is (83,97,145). Sum of RGB (Red+Green+Blue) = 83+97+145=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #536191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536191 is #AC9E6E. Grayscale: #626262. Windows color (decimal): -11312751 or 9527635. OLE color: 9527635.

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

Color convert

RGB 83 97 145 -
CMYK 0.43 0.33 0 0.43
HSL 226.45º 0.27% 0.45% -
HSV(B) 226.45º 0.43% 0.57% -
XYZ 12.95 12.43 28.51 -
YUV 98.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 83 97 145 0.43 0.33 0 0.43 226.45 0.27 0.45
Hex 53 61 91 2B 21 0 2B E2 1B 2D
Octal 123 141 221 53 41 0 53 342 33 55
Binary 1010011 1100001 10010001 101011 100001 0 101011 11100010 11011 101101

Color Harmonies of #536191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536191

Black with #536191

Text Example


Text Example

White with #536191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536191; }

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

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

background-color css

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

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

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

border-color css

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

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

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