Html Css Color HEX #536793 Waikawa Grey

📋 copy color: '#536793'

red 83 ◦ green 103 ◦ blue 147

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

Shades of Waikawa Grey #536793

Tints of Waikawa Grey #536793

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 24.92%
G = 30.93%
B = 44.14%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536793 (or 0x536793) is known color: Waikawa Grey. HEX triplet: 53, 67 and 93. RGB value is (83,103,147). Sum of RGB (Red+Green+Blue) = 83+103+147=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #536793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536793 is #AC986C. Grayscale: #656565. Windows color (decimal): -11311213 or 9660243. OLE color: 9660243.

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

Color convert

RGB 83 103 147 -
CMYK 0.44 0.30 0 0.42
HSL 221.25º 0.28% 0.45% -
HSV(B) 221.25º 0.44% 0.58% -
XYZ 13.68 13.65 29.52 -
YUV 102.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 83 103 147 0.44 0.30 0 0.42 221.25 0.28 0.45
Hex 53 67 93 2C 1E 0 2A DD 1C 2D
Octal 123 147 223 54 36 0 52 335 34 55
Binary 1010011 1100111 10010011 101100 11110 0 101010 11011101 11100 101101

Color Harmonies of #536793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536793

Black with #536793

Text Example


Text Example

White with #536793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536793; }

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

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

background-color css

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

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

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

border-color css

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

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

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