Html Css Color HEX #536590 Kashmir Blue

📋 copy color: '#536590'

red 83 ◦ green 101 ◦ blue 144

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

Shades of Kashmir Blue #536590

Tints of Kashmir Blue #536590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 25.3%
G = 30.79%
B = 43.9%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#536590 (or 0x536590) is known color: Kashmir Blue. HEX triplet: 53, 65 and 90. RGB value is (83,101,144). Sum of RGB (Red+Green+Blue) = 83+101+144=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #536590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536590 is #AC9A6F. Grayscale: #646464. Windows color (decimal): -11311728 or 9463123. OLE color: 9463123.

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

Color convert

RGB 83 101 144 -
CMYK 0.42 0.30 0 0.44
HSL 222.3º 0.27% 0.45% -
HSV(B) 222.3º 0.42% 0.56% -
XYZ 13.26 13.16 28.23 -
YUV 100.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 83 101 144 0.42 0.30 0 0.44 222.3 0.27 0.45
Hex 53 65 90 2A 1E 0 2C DE 1B 2D
Octal 123 145 220 52 36 0 54 336 33 55
Binary 1010011 1100101 10010000 101010 11110 0 101100 11011110 11011 101101

Color Harmonies of #536590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536590

Black with #536590

Text Example


Text Example

White with #536590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536590; }

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

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

background-color css

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

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

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

border-color css

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

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

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