Html Css Color HEX #507192 Kashmir Blue

📋 copy color: '#507192'

red 80 ◦ green 113 ◦ blue 146

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

Shades of Kashmir Blue #507192

Tints of Kashmir Blue #507192

RGB

 RED value IS 80 (31.64% from 255) = 23.6%

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

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

R = 23.6%
G = 33.33%
B = 43.07%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#507192 (or 0x507192) is known color: Kashmir Blue. HEX triplet: 50, 71 and 92. RGB value is (80,113,146). Sum of RGB (Red+Green+Blue) = 80+113+146=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #507192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507192 is #AF8E6D. Grayscale: #6A6A6A. Windows color (decimal): -11505262 or 9597264. OLE color: 9597264.

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

Color convert

RGB 80 113 146 -
CMYK 0.45 0.23 0 0.43
HSL 210º 0.29% 0.44% -
HSV(B) 210º 0.45% 0.57% -
XYZ 14.4 15.59 29.44 -
YUV 106.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 80 113 146 0.45 0.23 0 0.43 210 0.29 0.44
Hex 50 71 92 2D 17 0 2B D2 1D 2C
Octal 120 161 222 55 27 0 53 322 35 54
Binary 1010000 1110001 10010010 101101 10111 0 101011 11010010 11101 101100

Color Harmonies of #507192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507192

Black with #507192

Text Example


Text Example

White with #507192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507192; }

 p { color: rgb(80,113,146); }

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

background-color css

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

 a { background-color: rgb(80,113,146); }

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

border-color css

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

 span { border-color: rgb(80,113,146); }

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