Html Css Color HEX #56758F Kashmir Blue

📋 copy color: '#56758F'

red 86 ◦ green 117 ◦ blue 143

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

Shades of Kashmir Blue #56758F

Tints of Kashmir Blue #56758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 143 (56.25% from 255) = 41.33%

R = 24.86%
G = 33.82%
B = 41.33%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56758F (or 0x56758F) is known color: Kashmir Blue. HEX triplet: 56, 75 and 8F. RGB value is (86,117,143). Sum of RGB (Red+Green+Blue) = 86+117+143=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #56758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56758F is #A98A70. Grayscale: #6E6E6E. Windows color (decimal): -11111025 or 9401686. OLE color: 9401686.

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

Color convert

RGB 86 117 143 -
CMYK 0.40 0.18 0 0.44
HSL 207.37º 0.25% 0.45% -
HSV(B) 207.37º 0.4% 0.56% -
XYZ 15.16 16.68 28.41 -
YUV 110.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 86 117 143 0.40 0.18 0 0.44 207.37 0.25 0.45
Hex 56 75 8F 28 12 0 2C CF 19 2D
Octal 126 165 217 50 22 0 54 317 31 55
Binary 1010110 1110101 10001111 101000 10010 0 101100 11001111 11001 101101

Color Harmonies of #56758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56758F

Black with #56758F

Text Example


Text Example

White with #56758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56758F; }

 p { color: rgb(86,117,143); }

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

background-color css

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

 a { background-color: rgb(86,117,143); }

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

border-color css

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

 span { border-color: rgb(86,117,143); }

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