Html Css Color HEX #536B90 Kashmir Blue

📋 copy color: '#536B90'

red 83 ◦ green 107 ◦ blue 144

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

Shades of Kashmir Blue #536B90

Tints of Kashmir Blue #536B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.04%

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

R = 24.85%
G = 32.04%
B = 43.11%

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

#536B90 (or 0x536B90) is known color: Kashmir Blue. HEX triplet: 53, 6B and 90. RGB value is (83,107,144). Sum of RGB (Red+Green+Blue) = 83+107+144=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #536B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B90 is #AC946F. Grayscale: #676767. Windows color (decimal): -11310192 or 9464659. OLE color: 9464659.

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

Color convert

RGB 83 107 144 -
CMYK 0.42 0.26 0 0.44
HSL 216.39º 0.27% 0.45% -
HSV(B) 216.39º 0.42% 0.56% -
XYZ 13.86 14.37 28.43 -
YUV 104.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 83 107 144 0.42 0.26 0 0.44 216.39 0.27 0.45
Hex 53 6B 90 2A 1A 0 2C D8 1B 2D
Octal 123 153 220 52 32 0 54 330 33 55
Binary 1010011 1101011 10010000 101010 11010 0 101100 11011000 11011 101101

Color Harmonies of #536B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B90

Black with #536B90

Text Example


Text Example

White with #536B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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