Html Css Color HEX #536C93 Kashmir Blue

📋 copy color: '#536C93'

red 83 ◦ green 108 ◦ blue 147

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

Shades of Kashmir Blue #536C93

Tints of Kashmir Blue #536C93

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 24.56%
G = 31.95%
B = 43.49%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#536C93 (or 0x536C93) is known color: Kashmir Blue. HEX triplet: 53, 6C and 93. RGB value is (83,108,147). Sum of RGB (Red+Green+Blue) = 83+108+147=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #536C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C93 is #AC936C. Grayscale: #686868. Windows color (decimal): -11309933 or 9661523. OLE color: 9661523.

HSL color Cylindrical-coordinate representation of color #536C93: hue angle of 216.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #536C93 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 108 147 -
CMYK 0.44 0.27 0 0.42
HSL 216.56º 0.28% 0.45% -
HSV(B) 216.56º 0.44% 0.58% -
XYZ 14.2 14.67 29.69 -
YUV 104.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 83 108 147 0.44 0.27 0 0.42 216.56 0.28 0.45
Hex 53 6C 93 2C 1B 0 2A D9 1C 2D
Octal 123 154 223 54 33 0 52 331 34 55
Binary 1010011 1101100 10010011 101100 11011 0 101010 11011001 11100 101101

Color Harmonies of #536C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C93

Black with #536C93

Text Example


Text Example

White with #536C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,108,147); }

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

background-color css

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

 a { background-color: rgb(83,108,147); }

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

border-color css

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

 span { border-color: rgb(83,108,147); }

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