Html Css Color HEX #536784 Kashmir Blue

📋 copy color: '#536784'

red 83 ◦ green 103 ◦ blue 132

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

Shades of Kashmir Blue #536784

Tints of Kashmir Blue #536784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 26.1%
G = 32.39%
B = 41.51%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536784 (or 0x536784) is known color: Kashmir Blue. HEX triplet: 53, 67 and 84. RGB value is (83,103,132). Sum of RGB (Red+Green+Blue) = 83+103+132=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 132 - color contains mainly: blue. Hex color #536784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536784 is #AC987B. Grayscale: #646464. Windows color (decimal): -11311228 or 8677203. OLE color: 8677203.

HSL color Cylindrical-coordinate representation of color #536784: hue angle of 215.51º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #536784 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 103 132 -
CMYK 0.37 0.22 0 0.48
HSL 215.51º 0.23% 0.42% -
HSV(B) 215.51º 0.37% 0.52% -
XYZ 12.58 13.21 23.72 -
YUV 100.33 145.87 115.64 -
System Red Green Blue C M Y K H S L
Decimal 83 103 132 0.37 0.22 0 0.48 215.51 0.23 0.42
Hex 53 67 84 25 16 0 30 D8 17 2A
Octal 123 147 204 45 26 0 60 330 27 52
Binary 1010011 1100111 10000100 100101 10110 0 110000 11011000 10111 101010

Color Harmonies of #536784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536784

Black with #536784

Text Example


Text Example

White with #536784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536784; }

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

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

background-color css

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

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

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

border-color css

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

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

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