Html Css Color HEX #536C94 Kashmir Blue

📋 copy color: '#536C94'

red 83 ◦ green 108 ◦ blue 148

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

Shades of Kashmir Blue #536C94

Tints of Kashmir Blue #536C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.66%

R = 24.48%
G = 31.86%
B = 43.66%

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

#536C94 (or 0x536C94) is known color: Kashmir Blue. HEX triplet: 53, 6C and 94. RGB value is (83,108,148). Sum of RGB (Red+Green+Blue) = 83+108+148=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 148 - color contains mainly: blue. Hex color #536C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C94 is #AC936B. Grayscale: #686868. Windows color (decimal): -11309932 or 9727059. OLE color: 9727059.

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

Color convert

RGB 83 108 148 -
CMYK 0.44 0.27 0 0.42
HSL 216.92º 0.28% 0.45% -
HSV(B) 216.92º 0.44% 0.58% -
XYZ 14.28 14.7 30.1 -
YUV 105.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 83 108 148 0.44 0.27 0 0.42 216.92 0.28 0.45
Hex 53 6C 94 2C 1B 0 2A D9 1C 2D
Octal 123 154 224 54 33 0 52 331 34 55
Binary 1010011 1101100 10010100 101100 11011 0 101010 11011001 11100 101101

Color Harmonies of #536C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C94

Black with #536C94

Text Example


Text Example

White with #536C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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