Html Css Color HEX #536893 Kashmir Blue

📋 copy color: '#536893'

red 83 ◦ green 104 ◦ blue 147

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

Shades of Kashmir Blue #536893

Tints of Kashmir Blue #536893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 24.85%
G = 31.14%
B = 44.01%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536893 (or 0x536893) is known color: Kashmir Blue. HEX triplet: 53, 68 and 93. RGB value is (83,104,147). Sum of RGB (Red+Green+Blue) = 83+104+147=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #536893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536893 is #AC976C. Grayscale: #666666. Windows color (decimal): -11310957 or 9660499. OLE color: 9660499.

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

Color convert

RGB 83 104 147 -
CMYK 0.44 0.29 0 0.42
HSL 220.31º 0.28% 0.45% -
HSV(B) 220.31º 0.44% 0.58% -
XYZ 13.78 13.85 29.55 -
YUV 102.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 83 104 147 0.44 0.29 0 0.42 220.31 0.28 0.45
Hex 53 68 93 2C 1D 0 2A DC 1C 2D
Octal 123 150 223 54 35 0 52 334 34 55
Binary 1010011 1101000 10010011 101100 11101 0 101010 11011100 11100 101101

Color Harmonies of #536893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536893

Black with #536893

Text Example


Text Example

White with #536893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536893; }

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

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

background-color css

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

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

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

border-color css

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

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

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