Html Css Color HEX #536B8B Kashmir Blue

📋 copy color: '#536B8B'

red 83 ◦ green 107 ◦ blue 139

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

Shades of Kashmir Blue #536B8B

Tints of Kashmir Blue #536B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 25.23%
G = 32.52%
B = 42.25%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#536B8B (or 0x536B8B) is known color: Kashmir Blue. HEX triplet: 53, 6B and 8B. RGB value is (83,107,139). Sum of RGB (Red+Green+Blue) = 83+107+139=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #536B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B8B is #AC9474. Grayscale: #676767. Windows color (decimal): -11310197 or 9136979. OLE color: 9136979.

HSL color Cylindrical-coordinate representation of color #536B8B: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #536B8B is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 107 139 -
CMYK 0.40 0.23 0 0.45
HSL 214.29º 0.25% 0.44% -
HSV(B) 214.29º 0.4% 0.55% -
XYZ 13.49 14.22 26.46 -
YUV 103.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 83 107 139 0.40 0.23 0 0.45 214.29 0.25 0.44
Hex 53 6B 8B 28 17 0 2D D6 19 2C
Octal 123 153 213 50 27 0 55 326 31 54
Binary 1010011 1101011 10001011 101000 10111 0 101101 11010110 11001 101100

Color Harmonies of #536B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B8B

Black with #536B8B

Text Example


Text Example

White with #536B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,107,139); }

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

background-color css

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

 a { background-color: rgb(83,107,139); }

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

border-color css

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

 span { border-color: rgb(83,107,139); }

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