Html Css Color HEX #536E8B Kashmir Blue

📋 copy color: '#536E8B'

red 83 ◦ green 110 ◦ blue 139

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

Shades of Kashmir Blue #536E8B

Tints of Kashmir Blue #536E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

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

R = 25%
G = 33.13%
B = 41.87%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#536E8B (or 0x536E8B) is known color: Kashmir Blue. HEX triplet: 53, 6E and 8B. RGB value is (83,110,139). Sum of RGB (Red+Green+Blue) = 83+110+139=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #536E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E8B is #AC9174. Grayscale: #696969. Windows color (decimal): -11309429 or 9137747. OLE color: 9137747.

HSL color Cylindrical-coordinate representation of color #536E8B: hue angle of 211.07º 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 #536E8B is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 110 139 -
CMYK 0.40 0.21 0 0.45
HSL 211.07º 0.25% 0.44% -
HSV(B) 211.07º 0.4% 0.55% -
XYZ 13.8 14.85 26.57 -
YUV 105.23 147.05 112.14 -
System Red Green Blue C M Y K H S L
Decimal 83 110 139 0.40 0.21 0 0.45 211.07 0.25 0.44
Hex 53 6E 8B 28 15 0 2D D3 19 2C
Octal 123 156 213 50 25 0 55 323 31 54
Binary 1010011 1101110 10001011 101000 10101 0 101101 11010011 11001 101100

Color Harmonies of #536E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E8B

Black with #536E8B

Text Example


Text Example

White with #536E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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