Html Css Color HEX #536C89 Kashmir Blue

📋 copy color: '#536C89'

red 83 ◦ green 108 ◦ blue 137

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

Shades of Kashmir Blue #536C89

Tints of Kashmir Blue #536C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 25.3%
G = 32.93%
B = 41.77%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#536C89 (or 0x536C89) is known color: Kashmir Blue. HEX triplet: 53, 6C and 89. RGB value is (83,108,137). Sum of RGB (Red+Green+Blue) = 83+108+137=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #536C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C89 is #AC9376. Grayscale: #676767. Windows color (decimal): -11309943 or 9006163. OLE color: 9006163.

HSL color Cylindrical-coordinate representation of color #536C89: hue angle of 212.22º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536C89 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 108 137 -
CMYK 0.39 0.21 0 0.46
HSL 212.22º 0.25% 0.43% -
HSV(B) 212.22º 0.39% 0.54% -
XYZ 13.45 14.37 25.73 -
YUV 103.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 83 108 137 0.39 0.21 0 0.46 212.22 0.25 0.43
Hex 53 6C 89 27 15 0 2E D4 19 2B
Octal 123 154 211 47 25 0 56 324 31 53
Binary 1010011 1101100 10001001 100111 10101 0 101110 11010100 11001 101011

Color Harmonies of #536C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C89

Black with #536C89

Text Example


Text Example

White with #536C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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