Html Css Color HEX #536288 Kashmir Blue

📋 copy color: '#536288'

red 83 ◦ green 98 ◦ blue 136

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

Shades of Kashmir Blue #536288

Tints of Kashmir Blue #536288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

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

R = 26.18%
G = 30.91%
B = 42.9%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#536288 (or 0x536288) is known color: Kashmir Blue. HEX triplet: 53, 62 and 88. RGB value is (83,98,136). Sum of RGB (Red+Green+Blue) = 83+98+136=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #536288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536288 is #AC9D77. Grayscale: #616161. Windows color (decimal): -11312504 or 8938067. OLE color: 8938067.

HSL color Cylindrical-coordinate representation of color #536288: hue angle of 223.02º 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 #536288 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 98 136 -
CMYK 0.39 0.28 0 0.47
HSL 223.02º 0.24% 0.43% -
HSV(B) 223.02º 0.39% 0.53% -
XYZ 12.38 12.35 25.02 -
YUV 97.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 83 98 136 0.39 0.28 0 0.47 223.02 0.24 0.43
Hex 53 62 88 27 1C 0 2F DF 18 2B
Octal 123 142 210 47 34 0 57 337 30 53
Binary 1010011 1100010 10001000 100111 11100 0 101111 11011111 11000 101011

Color Harmonies of #536288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536288

Black with #536288

Text Example


Text Example

White with #536288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536288; }

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

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

background-color css

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

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

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

border-color css

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

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

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