Html Css Color HEX #536990 Kashmir Blue

📋 copy color: '#536990'

red 83 ◦ green 105 ◦ blue 144

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

Shades of Kashmir Blue #536990

Tints of Kashmir Blue #536990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.63%

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

R = 25%
G = 31.63%
B = 43.37%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#536990 (or 0x536990) is known color: Kashmir Blue. HEX triplet: 53, 69 and 90. RGB value is (83,105,144). Sum of RGB (Red+Green+Blue) = 83+105+144=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 144 - color contains mainly: blue. Hex color #536990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536990 is #AC966F. Grayscale: #666666. Windows color (decimal): -11310704 or 9464147. OLE color: 9464147.

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

Color convert

RGB 83 105 144 -
CMYK 0.42 0.27 0 0.44
HSL 218.36º 0.27% 0.45% -
HSV(B) 218.36º 0.42% 0.56% -
XYZ 13.65 13.96 28.36 -
YUV 102.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 83 105 144 0.42 0.27 0 0.44 218.36 0.27 0.45
Hex 53 69 90 2A 1B 0 2C DA 1B 2D
Octal 123 151 220 52 33 0 54 332 33 55
Binary 1010011 1101001 10010000 101010 11011 0 101100 11011010 11011 101101

Color Harmonies of #536990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536990

Black with #536990

Text Example


Text Example

White with #536990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536990; }

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

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

background-color css

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

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

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

border-color css

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

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

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