Html Css Color HEX #536794 Waikawa Grey

📋 copy color: '#536794'

red 83 ◦ green 103 ◦ blue 148

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

Shades of Waikawa Grey #536794

Tints of Waikawa Grey #536794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 24.85%
G = 30.84%
B = 44.31%

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

#536794 (or 0x536794) is known color: Waikawa Grey. HEX triplet: 53, 67 and 94. RGB value is (83,103,148). Sum of RGB (Red+Green+Blue) = 83+103+148=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #536794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536794 is #AC986B. Grayscale: #656565. Windows color (decimal): -11311212 or 9725779. OLE color: 9725779.

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

Color convert

RGB 83 103 148 -
CMYK 0.44 0.30 0 0.42
HSL 221.54º 0.28% 0.45% -
HSV(B) 221.54º 0.44% 0.58% -
XYZ 13.76 13.68 29.93 -
YUV 102.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 83 103 148 0.44 0.30 0 0.42 221.54 0.28 0.45
Hex 53 67 94 2C 1E 0 2A DE 1C 2D
Octal 123 147 224 54 36 0 52 336 34 55
Binary 1010011 1100111 10010100 101100 11110 0 101010 11011110 11100 101101

Color Harmonies of #536794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536794

Black with #536794

Text Example


Text Example

White with #536794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536794; }

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

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

background-color css

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

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

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

border-color css

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

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

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