Html Css Color HEX #567090 Kashmir Blue

📋 copy color: '#567090'

red 86 ◦ green 112 ◦ blue 144

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

Shades of Kashmir Blue #567090

Tints of Kashmir Blue #567090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

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

R = 25.15%
G = 32.75%
B = 42.11%

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

#567090 (or 0x567090) is known color: Kashmir Blue. HEX triplet: 56, 70 and 90. RGB value is (86,112,144). Sum of RGB (Red+Green+Blue) = 86+112+144=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 144 - color contains mainly: blue. Hex color #567090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567090 is #A98F6F. Grayscale: #6B6B6B. Windows color (decimal): -11112304 or 9465942. OLE color: 9465942.

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

Color convert

RGB 86 112 144 -
CMYK 0.40 0.22 0 0.44
HSL 213.1º 0.25% 0.45% -
HSV(B) 213.1º 0.4% 0.56% -
XYZ 14.67 15.58 28.62 -
YUV 107.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 86 112 144 0.40 0.22 0 0.44 213.1 0.25 0.45
Hex 56 70 90 28 16 0 2C D5 19 2D
Octal 126 160 220 50 26 0 54 325 31 55
Binary 1010110 1110000 10010000 101000 10110 0 101100 11010101 11001 101101

Color Harmonies of #567090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567090

Black with #567090

Text Example


Text Example

White with #567090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567090; }

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

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

background-color css

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

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

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

border-color css

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

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

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