Html Css Color HEX #536B8E Kashmir Blue

📋 copy color: '#536B8E'

red 83 ◦ green 107 ◦ blue 142

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

Shades of Kashmir Blue #536B8E

Tints of Kashmir Blue #536B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 25%
G = 32.23%
B = 42.77%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#536B8E (or 0x536B8E) is known color: Kashmir Blue. HEX triplet: 53, 6B and 8E. RGB value is (83,107,142). Sum of RGB (Red+Green+Blue) = 83+107+142=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #536B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536B8E is #AC9471. Grayscale: #676767. Windows color (decimal): -11310194 or 9333587. OLE color: 9333587.

HSL color Cylindrical-coordinate representation of color #536B8E: hue angle of 215.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536B8E is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 107 142 -
CMYK 0.42 0.25 0 0.44
HSL 215.59º 0.26% 0.44% -
HSV(B) 215.59º 0.42% 0.56% -
XYZ 13.71 14.31 27.63 -
YUV 103.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 83 107 142 0.42 0.25 0 0.44 215.59 0.26 0.44
Hex 53 6B 8E 2A 19 0 2C D8 1A 2C
Octal 123 153 216 52 31 0 54 330 32 54
Binary 1010011 1101011 10001110 101010 11001 0 101100 11011000 11010 101100

Color Harmonies of #536B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536B8E

Black with #536B8E

Text Example


Text Example

White with #536B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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