Html Css Color HEX #536388 Kashmir Blue

📋 copy color: '#536388'

red 83 ◦ green 99 ◦ blue 136

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

Shades of Kashmir Blue #536388

Tints of Kashmir Blue #536388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.13%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 26.1%
G = 31.13%
B = 42.77%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#536388 (or 0x536388) is known color: Kashmir Blue. HEX triplet: 53, 63 and 88. RGB value is (83,99,136). Sum of RGB (Red+Green+Blue) = 83+99+136=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #536388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536388 is #AC9C77. Grayscale: #626262. Windows color (decimal): -11312248 or 8938323. OLE color: 8938323.

HSL color Cylindrical-coordinate representation of color #536388: hue angle of 221.89º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536388 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 99 136 -
CMYK 0.39 0.27 0 0.47
HSL 221.89º 0.24% 0.43% -
HSV(B) 221.89º 0.39% 0.53% -
XYZ 12.47 12.54 25.06 -
YUV 98.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 83 99 136 0.39 0.27 0 0.47 221.89 0.24 0.43
Hex 53 63 88 27 1B 0 2F DE 18 2B
Octal 123 143 210 47 33 0 57 336 30 53
Binary 1010011 1100011 10001000 100111 11011 0 101111 11011110 11000 101011

Color Harmonies of #536388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536388

Black with #536388

Text Example


Text Example

White with #536388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536388; }

 p { color: rgb(83,99,136); }

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

background-color css

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

 a { background-color: rgb(83,99,136); }

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

border-color css

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

 span { border-color: rgb(83,99,136); }

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