Html Css Color HEX #536890 Kashmir Blue

📋 copy color: '#536890'

red 83 ◦ green 104 ◦ blue 144

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

Shades of Kashmir Blue #536890

Tints of Kashmir Blue #536890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 25.08%
G = 31.42%
B = 43.5%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#536890 (or 0x536890) is known color: Kashmir Blue. HEX triplet: 53, 68 and 90. RGB value is (83,104,144). Sum of RGB (Red+Green+Blue) = 83+104+144=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #536890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536890 is #AC976F. Grayscale: #666666. Windows color (decimal): -11310960 or 9463891. OLE color: 9463891.

HSL color Cylindrical-coordinate representation of color #536890: hue angle of 219.34º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536890 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 104 144 -
CMYK 0.42 0.28 0 0.44
HSL 219.34º 0.27% 0.45% -
HSV(B) 219.34º 0.42% 0.56% -
XYZ 13.55 13.75 28.33 -
YUV 102.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 83 104 144 0.42 0.28 0 0.44 219.34 0.27 0.45
Hex 53 68 90 2A 1C 0 2C DB 1B 2D
Octal 123 150 220 52 34 0 54 333 33 55
Binary 1010011 1101000 10010000 101010 11100 0 101100 11011011 11011 101101

Color Harmonies of #536890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536890

Black with #536890

Text Example


Text Example

White with #536890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536890; }

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

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

background-color css

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

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

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

border-color css

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

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

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