Html Css Color HEX #536885 Kashmir Blue

📋 copy color: '#536885'

red 83 ◦ green 104 ◦ blue 133

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

Shades of Kashmir Blue #536885

Tints of Kashmir Blue #536885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 25.94%
G = 32.5%
B = 41.56%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#536885 (or 0x536885) is known color: Kashmir Blue. HEX triplet: 53, 68 and 85. RGB value is (83,104,133). Sum of RGB (Red+Green+Blue) = 83+104+133=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #536885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536885 is #AC977A. Grayscale: #646464. Windows color (decimal): -11310971 or 8742995. OLE color: 8742995.

HSL color Cylindrical-coordinate representation of color #536885: hue angle of 214.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536885 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 104 133 -
CMYK 0.38 0.22 0 0.48
HSL 214.8º 0.23% 0.42% -
HSV(B) 214.8º 0.38% 0.52% -
XYZ 12.75 13.43 24.11 -
YUV 101.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 83 104 133 0.38 0.22 0 0.48 214.8 0.23 0.42
Hex 53 68 85 26 16 0 30 D7 17 2A
Octal 123 150 205 46 26 0 60 327 27 52
Binary 1010011 1101000 10000101 100110 10110 0 110000 11010111 10111 101010

Color Harmonies of #536885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536885

Black with #536885

Text Example


Text Example

White with #536885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536885; }

 p { color: rgb(83,104,133); }

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

background-color css

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

 a { background-color: rgb(83,104,133); }

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

border-color css

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

 span { border-color: rgb(83,104,133); }

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