Html Css Color HEX #536290 Waikawa Grey

📋 copy color: '#536290'

red 83 ◦ green 98 ◦ blue 144

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

Shades of Waikawa Grey #536290

Tints of Waikawa Grey #536290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 25.54%
G = 30.15%
B = 44.31%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#536290 (or 0x536290) is known color: Waikawa Grey. HEX triplet: 53, 62 and 90. RGB value is (83,98,144). Sum of RGB (Red+Green+Blue) = 83+98+144=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #536290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536290 is #AC9D6F. Grayscale: #626262. Windows color (decimal): -11312496 or 9462355. OLE color: 9462355.

HSL color Cylindrical-coordinate representation of color #536290: hue angle of 225.25º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536290 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 98 144 -
CMYK 0.42 0.32 0 0.44
HSL 225.25º 0.27% 0.45% -
HSV(B) 225.25º 0.42% 0.56% -
XYZ 12.97 12.59 28.13 -
YUV 98.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 83 98 144 0.42 0.32 0 0.44 225.25 0.27 0.45
Hex 53 62 90 2A 20 0 2C E1 1B 2D
Octal 123 142 220 52 40 0 54 341 33 55
Binary 1010011 1100010 10010000 101010 100000 0 101100 11100001 11011 101101

Color Harmonies of #536290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536290

Black with #536290

Text Example


Text Example

White with #536290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536290; }

 p { color: rgb(83,98,144); }

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

background-color css

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

 a { background-color: rgb(83,98,144); }

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

border-color css

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

 span { border-color: rgb(83,98,144); }

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