Html Css Color HEX #507293 Kashmir Blue

📋 copy color: '#507293'

red 80 ◦ green 114 ◦ blue 147

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

Shades of Kashmir Blue #507293

Tints of Kashmir Blue #507293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 23.46%
G = 33.43%
B = 43.11%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#507293 (or 0x507293) is known color: Kashmir Blue. HEX triplet: 50, 72 and 93. RGB value is (80,114,147). Sum of RGB (Red+Green+Blue) = 80+114+147=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #507293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507293 is #AF8D6C. Grayscale: #6B6B6B. Windows color (decimal): -11505005 or 9663056. OLE color: 9663056.

HSL color Cylindrical-coordinate representation of color #507293: hue angle of 209.55º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507293 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 114 147 -
CMYK 0.46 0.22 0 0.42
HSL 209.55º 0.3% 0.45% -
HSV(B) 209.55º 0.46% 0.58% -
XYZ 14.59 15.85 29.89 -
YUV 107.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 80 114 147 0.46 0.22 0 0.42 209.55 0.3 0.45
Hex 50 72 93 2E 16 0 2A D2 1E 2D
Octal 120 162 223 56 26 0 52 322 36 55
Binary 1010000 1110010 10010011 101110 10110 0 101010 11010010 11110 101101

Color Harmonies of #507293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507293

Black with #507293

Text Example


Text Example

White with #507293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507293; }

 p { color: rgb(80,114,147); }

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

background-color css

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

 a { background-color: rgb(80,114,147); }

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

border-color css

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

 span { border-color: rgb(80,114,147); }

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