Html Css Color HEX #567193 Kashmir Blue

📋 copy color: '#567193'

red 86 ◦ green 113 ◦ blue 147

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

Shades of Kashmir Blue #567193

Tints of Kashmir Blue #567193

RGB

 RED value IS 86 (33.98% from 255) = 24.86%

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 147 (57.81% from 255) = 42.49%

R = 24.86%
G = 32.66%
B = 42.49%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#567193 (or 0x567193) is known color: Kashmir Blue. HEX triplet: 56, 71 and 93. RGB value is (86,113,147). Sum of RGB (Red+Green+Blue) = 86+113+147=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #567193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567193 is #A98E6C. Grayscale: #6C6C6C. Windows color (decimal): -11112045 or 9662806. OLE color: 9662806.

HSL color Cylindrical-coordinate representation of color #567193: hue angle of 213.44º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567193 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 86 113 147 -
CMYK 0.41 0.23 0 0.42
HSL 213.44º 0.26% 0.46% -
HSV(B) 213.44º 0.41% 0.58% -
XYZ 15.01 15.9 29.88 -
YUV 108.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 86 113 147 0.41 0.23 0 0.42 213.44 0.26 0.46
Hex 56 71 93 29 17 0 2A D5 1A 2E
Octal 126 161 223 51 27 0 52 325 32 56
Binary 1010110 1110001 10010011 101001 10111 0 101010 11010101 11010 101110

Color Harmonies of #567193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567193

Black with #567193

Text Example


Text Example

White with #567193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567193; }

 p { color: rgb(86,113,147); }

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

background-color css

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

 a { background-color: rgb(86,113,147); }

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

border-color css

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

 span { border-color: rgb(86,113,147); }

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