Html Css Color HEX #536593 Waikawa Grey

📋 copy color: '#536593'

red 83 ◦ green 101 ◦ blue 147

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

Shades of Waikawa Grey #536593

Tints of Waikawa Grey #536593

RGB

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

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

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

R = 25.08%
G = 30.51%
B = 44.41%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536593 (or 0x536593) is known color: Waikawa Grey. HEX triplet: 53, 65 and 93. RGB value is (83,101,147). Sum of RGB (Red+Green+Blue) = 83+101+147=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #536593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536593 is #AC9A6C. Grayscale: #646464. Windows color (decimal): -11311725 or 9659731. OLE color: 9659731.

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

Color convert

RGB 83 101 147 -
CMYK 0.44 0.31 0 0.42
HSL 223.13º 0.28% 0.45% -
HSV(B) 223.13º 0.44% 0.58% -
XYZ 13.49 13.25 29.45 -
YUV 100.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 83 101 147 0.44 0.31 0 0.42 223.13 0.28 0.45
Hex 53 65 93 2C 1F 0 2A DF 1C 2D
Octal 123 145 223 54 37 0 52 337 34 55
Binary 1010011 1100101 10010011 101100 11111 0 101010 11011111 11100 101101

Color Harmonies of #536593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536593

Black with #536593

Text Example


Text Example

White with #536593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536593; }

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

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

background-color css

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

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

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

border-color css

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

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

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