Html Css Color HEX #536795 Waikawa Grey

📋 copy color: '#536795'

red 83 ◦ green 103 ◦ blue 149

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

Shades of Waikawa Grey #536795

Tints of Waikawa Grey #536795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.48%

R = 24.78%
G = 30.75%
B = 44.48%

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

#536795 (or 0x536795) is known color: Waikawa Grey. HEX triplet: 53, 67 and 95. RGB value is (83,103,149). Sum of RGB (Red+Green+Blue) = 83+103+149=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #536795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536795 is #AC986A. Grayscale: #666666. Windows color (decimal): -11311211 or 9791315. OLE color: 9791315.

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

Color convert

RGB 83 103 149 -
CMYK 0.44 0.31 0 0.42
HSL 221.82º 0.28% 0.45% -
HSV(B) 221.82º 0.44% 0.58% -
XYZ 13.84 13.71 30.35 -
YUV 102.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 83 103 149 0.44 0.31 0 0.42 221.82 0.28 0.45
Hex 53 67 95 2C 1F 0 2A DE 1C 2D
Octal 123 147 225 54 37 0 52 336 34 55
Binary 1010011 1100111 10010101 101100 11111 0 101010 11011110 11100 101101

Color Harmonies of #536795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536795

Black with #536795

Text Example


Text Example

White with #536795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536795; }

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

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

background-color css

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

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

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

border-color css

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

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

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