Html Css Color HEX #536A90 Kashmir Blue

📋 copy color: '#536A90'

red 83 ◦ green 106 ◦ blue 144

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

Shades of Kashmir Blue #536A90

Tints of Kashmir Blue #536A90

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.83%

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

R = 24.92%
G = 31.83%
B = 43.24%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#536A90 (or 0x536A90) is known color: Kashmir Blue. HEX triplet: 53, 6A and 90. RGB value is (83,106,144). Sum of RGB (Red+Green+Blue) = 83+106+144=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #536A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A90 is #AC956F. Grayscale: #676767. Windows color (decimal): -11310448 or 9464403. OLE color: 9464403.

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

Color convert

RGB 83 106 144 -
CMYK 0.42 0.26 0 0.44
HSL 217.38º 0.27% 0.45% -
HSV(B) 217.38º 0.42% 0.56% -
XYZ 13.76 14.16 28.39 -
YUV 103.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 83 106 144 0.42 0.26 0 0.44 217.38 0.27 0.45
Hex 53 6A 90 2A 1A 0 2C D9 1B 2D
Octal 123 152 220 52 32 0 54 331 33 55
Binary 1010011 1101010 10010000 101010 11010 0 101100 11011001 11011 101101

Color Harmonies of #536A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A90

Black with #536A90

Text Example


Text Example

White with #536A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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