Html Css Color HEX #567190 Kashmir Blue

📋 copy color: '#567190'

red 86 ◦ green 113 ◦ blue 144

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

Shades of Kashmir Blue #567190

Tints of Kashmir Blue #567190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 25.07%
G = 32.94%
B = 41.98%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#567190 (or 0x567190) is known color: Kashmir Blue. HEX triplet: 56, 71 and 90. RGB value is (86,113,144). Sum of RGB (Red+Green+Blue) = 86+113+144=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #567190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567190 is #A98E6F. Grayscale: #6C6C6C. Windows color (decimal): -11112048 or 9466198. OLE color: 9466198.

HSL color Cylindrical-coordinate representation of color #567190: hue angle of 212.07º 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 #567190 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 113 144 -
CMYK 0.40 0.22 0 0.44
HSL 212.07º 0.25% 0.45% -
HSV(B) 212.07º 0.4% 0.56% -
XYZ 14.78 15.8 28.66 -
YUV 108.46 148.05 111.98 -
System Red Green Blue C M Y K H S L
Decimal 86 113 144 0.40 0.22 0 0.44 212.07 0.25 0.45
Hex 56 71 90 28 16 0 2C D4 19 2D
Octal 126 161 220 50 26 0 54 324 31 55
Binary 1010110 1110001 10010000 101000 10110 0 101100 11010100 11001 101101

Color Harmonies of #567190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567190

Black with #567190

Text Example


Text Example

White with #567190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567190; }

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

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

background-color css

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

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

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

border-color css

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

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

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