Html Css Color HEX #536592 Waikawa Grey

📋 copy color: '#536592'

red 83 ◦ green 101 ◦ blue 146

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

Shades of Waikawa Grey #536592

Tints of Waikawa Grey #536592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.24%

R = 25.15%
G = 30.61%
B = 44.24%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536592 (or 0x536592) is known color: Waikawa Grey. HEX triplet: 53, 65 and 92. RGB value is (83,101,146). Sum of RGB (Red+Green+Blue) = 83+101+146=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #536592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536592 is #AC9A6D. Grayscale: #646464. Windows color (decimal): -11311726 or 9594195. OLE color: 9594195.

HSL color Cylindrical-coordinate representation of color #536592: hue angle of 222.86º degrees, saturation: 0.28, 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 #536592 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 101 146 -
CMYK 0.43 0.31 0 0.43
HSL 222.86º 0.28% 0.45% -
HSV(B) 222.86º 0.43% 0.57% -
XYZ 13.41 13.22 29.04 -
YUV 100.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 83 101 146 0.43 0.31 0 0.43 222.86 0.28 0.45
Hex 53 65 92 2B 1F 0 2B DF 1C 2D
Octal 123 145 222 53 37 0 53 337 34 55
Binary 1010011 1100101 10010010 101011 11111 0 101011 11011111 11100 101101

Color Harmonies of #536592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536592

Black with #536592

Text Example


Text Example

White with #536592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536592; }

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

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

background-color css

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

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

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

border-color css

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

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

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