Html Css Color HEX #567492 Kashmir Blue

📋 copy color: '#567492'

red 86 ◦ green 116 ◦ blue 146

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

Shades of Kashmir Blue #567492

Tints of Kashmir Blue #567492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 24.71%
G = 33.33%
B = 41.95%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#567492 (or 0x567492) is known color: Kashmir Blue. HEX triplet: 56, 74 and 92. RGB value is (86,116,146). Sum of RGB (Red+Green+Blue) = 86+116+146=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #567492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567492 is #A98B6D. Grayscale: #6E6E6E. Windows color (decimal): -11111278 or 9598038. OLE color: 9598038.

HSL color Cylindrical-coordinate representation of color #567492: hue angle of 210º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #567492 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 116 146 -
CMYK 0.41 0.21 0 0.43
HSL 210º 0.26% 0.45% -
HSV(B) 210º 0.41% 0.57% -
XYZ 15.27 16.54 29.58 -
YUV 110.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 86 116 146 0.41 0.21 0 0.43 210 0.26 0.45
Hex 56 74 92 29 15 0 2B D2 1A 2D
Octal 126 164 222 51 25 0 53 322 32 55
Binary 1010110 1110100 10010010 101001 10101 0 101011 11010010 11010 101101

Color Harmonies of #567492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567492

Black with #567492

Text Example


Text Example

White with #567492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567492; }

 p { color: rgb(86,116,146); }

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

background-color css

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

 a { background-color: rgb(86,116,146); }

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

border-color css

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

 span { border-color: rgb(86,116,146); }

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