Html Css Color HEX #507094 Kashmir Blue

📋 copy color: '#507094'

red 80 ◦ green 112 ◦ blue 148

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

Shades of Kashmir Blue #507094

Tints of Kashmir Blue #507094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 23.53%
G = 32.94%
B = 43.53%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#507094 (or 0x507094) is known color: Kashmir Blue. HEX triplet: 50, 70 and 94. RGB value is (80,112,148). Sum of RGB (Red+Green+Blue) = 80+112+148=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #507094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507094 is #AF8F6B. Grayscale: #6A6A6A. Windows color (decimal): -11505516 or 9728080. OLE color: 9728080.

HSL color Cylindrical-coordinate representation of color #507094: hue angle of 211.76º 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 #507094 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 112 148 -
CMYK 0.46 0.24 0 0.42
HSL 211.76º 0.3% 0.45% -
HSV(B) 211.76º 0.46% 0.58% -
XYZ 14.45 15.43 30.23 -
YUV 106.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 80 112 148 0.46 0.24 0 0.42 211.76 0.3 0.45
Hex 50 70 94 2E 18 0 2A D4 1E 2D
Octal 120 160 224 56 30 0 52 324 36 55
Binary 1010000 1110000 10010100 101110 11000 0 101010 11010100 11110 101101

Color Harmonies of #507094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507094

Black with #507094

Text Example


Text Example

White with #507094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507094; }

 p { color: rgb(80,112,148); }

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

background-color css

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

 a { background-color: rgb(80,112,148); }

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

border-color css

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

 span { border-color: rgb(80,112,148); }

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