Html Css Color HEX #536892 Kashmir Blue

📋 copy color: '#536892'

red 83 ◦ green 104 ◦ blue 146

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

Shades of Kashmir Blue #536892

Tints of Kashmir Blue #536892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.23%

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

R = 24.92%
G = 31.23%
B = 43.84%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536892 (or 0x536892) is known color: Kashmir Blue. HEX triplet: 53, 68 and 92. RGB value is (83,104,146). Sum of RGB (Red+Green+Blue) = 83+104+146=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #536892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536892 is #AC976D. Grayscale: #666666. Windows color (decimal): -11310958 or 9594963. OLE color: 9594963.

HSL color Cylindrical-coordinate representation of color #536892: hue angle of 220º 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 #536892 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 104 146 -
CMYK 0.43 0.29 0 0.43
HSL 220º 0.28% 0.45% -
HSV(B) 220º 0.43% 0.57% -
XYZ 13.71 13.81 29.14 -
YUV 102.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 83 104 146 0.43 0.29 0 0.43 220 0.28 0.45
Hex 53 68 92 2B 1D 0 2B DC 1C 2D
Octal 123 150 222 53 35 0 53 334 34 55
Binary 1010011 1101000 10010010 101011 11101 0 101011 11011100 11100 101101

Color Harmonies of #536892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536892

Black with #536892

Text Example


Text Example

White with #536892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536892; }

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

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

background-color css

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

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

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

border-color css

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

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

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