Html Css Color HEX #536183 Kashmir Blue

📋 copy color: '#536183'

red 83 ◦ green 97 ◦ blue 131

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

Shades of Kashmir Blue #536183

Tints of Kashmir Blue #536183

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 131 (51.56% from 255) = 42.12%

R = 26.69%
G = 31.19%
B = 42.12%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536183 (or 0x536183) is known color: Kashmir Blue. HEX triplet: 53, 61 and 83. RGB value is (83,97,131). Sum of RGB (Red+Green+Blue) = 83+97+131=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 131 - color contains mainly: blue. Hex color #536183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536183 is #AC9E7C. Grayscale: #606060. Windows color (decimal): -11312765 or 8610131. OLE color: 8610131.

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

Color convert

RGB 83 97 131 -
CMYK 0.37 0.26 0 0.49
HSL 222.5º 0.22% 0.42% -
HSV(B) 222.5º 0.37% 0.51% -
XYZ 11.94 12.03 23.16 -
YUV 96.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 83 97 131 0.37 0.26 0 0.49 222.5 0.22 0.42
Hex 53 61 83 25 1A 0 31 DE 16 2A
Octal 123 141 203 45 32 0 61 336 26 52
Binary 1010011 1100001 10000011 100101 11010 0 110001 11011110 10110 101010

Color Harmonies of #536183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536183

Black with #536183

Text Example


Text Example

White with #536183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536183; }

 p { color: rgb(83,97,131); }

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

background-color css

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

 a { background-color: rgb(83,97,131); }

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

border-color css

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

 span { border-color: rgb(83,97,131); }

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